body,
html {
    height: 100%;
    width: 100%;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
em,
strong,
th {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

input,
button,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}

input,
button,
textarea,
select {
    *font-size: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: 0 none;
}

:link,
:visited {
    text-decoration: none;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

body,
button,
input,
select,
textarea {
    font-size: 14px;
    font-family: "Microsoft Yahei", Arial, sans-serif;
    line-height: 1.5;
}

body {
    color: #333;
    font-family: "Microsoft YaHei";
    background: url(../images/wallpaper-3.jpg) repeat-y center / cover;
    font-size: 14px;
}

h1,
h2,
h3 {
    font-family: "Microsoft Yahei";
}

a {
    cursor: pointer;
    color: #fff;
}

a:hover {
    filter: brightness(1.2);
}

a img {
    vertical-align: middle;
}

a em {
    display: block;
    cursor: pointer;
    text-align: center;
}

em {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.co-lv {
    color: #52c41a;
}

.hidden {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

input[type='datetime-local'] {
    position: relative;
}

input[type='datetime-local']::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0;
    padding-left: calc(100% - 40px);
    padding-right: 10px;
}

.login-title {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    opacity: .7;
    color: #f60;
    text-shadow: 1px 1px 1px #999;
}

.box-prompt-bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.box-prompt {
    position: fixed;
    left: 50%;
    top: 0;
    margin-top: 200px;
    padding: 25px 10px;
    width: 160px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    color: #fff;
    text-align: center;
    z-index: 20;
}

.box-prompt a {
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    width: 6px;
    height: 6px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADbSURBVEhLrZVLDsIwDAV7zW65ABLr8jkAd2MFK7hKwC/1k0IITWJnJEuNU81IZcEUQtjJvGRO0yDgknnCjcP9rcjzVd8xA4fq4HtgcdBzxBNJ5QBuXiy6i1giBfmiVyueSFVOLJFmOemJdMtJS8QsJ1sRt5yUIsPkJI+kuOWkFBkmByL7+iwAO732UZITdySXy3nB6DFijpTkevXzm3RHtuTEHGmRE7k76muRaqRHTpojFjmpRjxy8jciD2fdRSxykkeEC5bpn75ZTtII3FjMMjeZvb7jBq7VGeYPSxkxHlRGXtIAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: 100%;
}

.confirm-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.6);
}

.confirm-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    min-height: 128px;
    background-color: #fff;
    border-radius: 3px;
    z-index: 9999999999;
}

.confirm-box .confirm-title {
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
}

.confirm-box .confirm-word {
    padding: 30px;
    min-width: 158px;
    font-size: 14px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #666;
}

.confirm-box .confirm-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    border-top-color: #dfdfdf;
    border-top-width: 1px;
    border-top-style: solid;
}

.confirm-box .confirm-btn:after {
    content: "";
    display: block;
    width: 1px;
    height: 44px;
    background-color: #dfdfdf;
    position: absolute;
    left: 50%;
    top: 0;
}

.confirm-box .confirm-btn a {
    float: left;
    width: 50%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.confirm-box .confirm-btn .confirm-org {
    color: #fa8932;
}

.confirm-box .close-tag {
    position: absolute;
    display: block;
    right: 8px;
    top: 8px;
    width: 12px;
    height: 12px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFWSURBVEhLrZVNTsNADIVzNdjANRCLSvyW/5+rkVSKp4foAqkLYIFaiRsAz1NbSpzJtGN4khXF8/y91lWT6oXosCH6qENYoU6rPwqMKXhrXJdN2+5zY9mE8KOF+xvxFqsmeu6xiBYc8NVtxgNHiIXHwmY4YDI4QJWEpODofYNxHA34Ha6tgYv70ZARfE92TuBnYtnIE4Lz3eCqkhD0k3Ds/VwsafHu7WAsoiux+OGqXAiuj7ZfBFeNhphywVUA3Fpgtxg+I7oQu08AJUP+Bc4C6CEVwIU1TsXmUw6u5Q5JwXktthf7pSEA3Q8ggDModybjeaUAEdIBuEN2gavgTa5wNARvnzs7EIcynyoTcimWjTxw1dYQ/FlOrCFW5+G2TfCPPZ+O+JmzsoclcBXmhiEhvHFA76Xvgasw3wvBt1hUs7Y9APQd9YmwiXjd4t2DtQb8tZ7P934ByLZ9Qcen9f0AAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: 100%;
}

.w25 {
    width: 25%;
}

.w33 {
    width: 33.33%;
}

.w66 {
    width: 66.66%;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w100 {
    width: 100%;
}

.ui-tab-bd {
    padding-bottom: 30px;
    display: none;
}

.ui-tab-bd.current {
    display: block;
}

.sub-tab-bd {
    display: none;
}

.sub-tab-bd.current {
    display: block;
}

.select-tab-bd {
    display: none;
}

.select-tab-bd.current {
    display: block;
}

.input-verify {
    padding-left: 10px;
    color: #f00 !important;
    font-size: 12px;
}

.d-inline-b {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
}

.main-outer .help-tag {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAF0SURBVFhH7VfbUcMwEHQHzMQFQEIjlOIumISPlEIplOJSQKu5M2d59TrEX3ZmPxLtPXQPBaYHPHh6fn8B59ePN6Uc/R8Q8HS53U/n69d8uX1nuEIDrZj9HRqYBCtxTCKxvDxAK1d3EgOCK2M1xG0bBgZXrl2DShxYxhvBIcqrDN8tOEu0lm3tmM/XT2IciQ0QGUVMpLQlwbdIOeCAGiqljHLju+ESHQRUfJSrULo9KDKqs9UJn7OtQMIiOyIIij0UWU5XO1duugOIeM9w82yPTX/puSFtg3f1YkJmxTAPTLcjW8kmw5TJVFeHWMkS8FRATLetYBpGuzUbHAlsw1TcfUI6A83l+yVexMXTOpoA0HsTF5O52aGnj26WEuhtAxKWFpQenh2z5VcgQ2Z4oH14HDZZSBWqN7Jvf+Ps5J/gFI6NqJM9PiV41ivL3uCK1nYU2PenGAOS8KwnbMTFGGgilYEb/48JAwLE9uD3QyhHD3Rimn4AH6x2P8WznkIAAAAASUVORK5CYII=") no-repeat center center;
    width: 20px;
    background-size: 20px 20px;
    margin-left: 5px;
}

.main-outer .jq-help-el:before {
    content: attr(data-before-content);
    display: none;
    position: absolute;
    width: 500px;
    background: #fcf8e3;
    border: #f9f1dd 1px solid;
    border-radius: .3rem;
    color: #9f865e;
    padding: 10px;
    box-shadow: 0 0 5px #666;
    text-align: left;
    line-height: 1.5rem;
    white-space: pre-wrap;
}

.main-outer .jq-help-el .helpUl {
    display: none;
    position: absolute;
    width: 500px;
    background: #fcf8e3;
    border: #f9f1dd 1px solid;
    border-radius: .3rem;
    color: #9f865e;
    padding: 10px;
    box-shadow: 0 0 5px #666;
    text-align: left;
    line-height: 1.5rem;
    white-space: pre-wrap;
}

.main-outer .jq-help-el.lockedKey:before,
.main-outer .jq-help-el.lockedKey .helpUl {
    color: #000;
}

.main-outer .jq-help-el.help-show:before,
.main-outer .jq-help-el.help-show .helpUl {
    display: block;
}

.main-outer .jq-help-el.help-show.no-before:before {
    display: none;
}

.main-outer .jq-help-el.help-show.top:before,
.main-outer .jq-help-el.help-show.top .helpUl {
    left: 50%;
    bottom: 120%;
    margin-left: -250px;
}

.main-outer .jq-help-el.help-show.bottom:before,
.main-outer .jq-help-el.help-show.bottom .helpUl {
    left: 50%;
    top: 120%;
    margin-left: -250px;
}

.main-outer .jq-help-el.help-show.left:before,
.main-outer .jq-help-el.help-show.left .helpUl {
    left: -530px;
    top: 0;
}

.main-outer .jq-help-el.help-show.right:before,
.main-outer .jq-help-el.help-show.right .helpUl {
    right: -530px;
    top: 0;
}

.main-outer .jq-help-el .helpUl li {
    padding: 5px 0;
    border-bottom: #999 1px dashed;
}

.main-outer .jq-help-el .helpUl li:last-child {
    border: none;
}

.main-outer .page-help-text {
    margin: 10px 0;
    padding: 10px 10px 10px 40px;
    border-radius: 3px;
    background: #fcf8e3 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAF0SURBVFhH7VfbUcMwEHQHzMQFQEIjlOIumISPlEIplOJSQKu5M2d59TrEX3ZmPxLtPXQPBaYHPHh6fn8B59ePN6Uc/R8Q8HS53U/n69d8uX1nuEIDrZj9HRqYBCtxTCKxvDxAK1d3EgOCK2M1xG0bBgZXrl2DShxYxhvBIcqrDN8tOEu0lm3tmM/XT2IciQ0QGUVMpLQlwbdIOeCAGiqljHLju+ESHQRUfJSrULo9KDKqs9UJn7OtQMIiOyIIij0UWU5XO1duugOIeM9w82yPTX/puSFtg3f1YkJmxTAPTLcjW8kmw5TJVFeHWMkS8FRATLetYBpGuzUbHAlsw1TcfUI6A83l+yVexMXTOpoA0HsTF5O52aGnj26WEuhtAxKWFpQenh2z5VcgQ2Z4oH14HDZZSBWqN7Jvf+Ps5J/gFI6NqJM9PiV41ivL3uCK1nYU2PenGAOS8KwnbMTFGGgilYEb/48JAwLE9uD3QyhHD3Rimn4AH6x2P8WznkIAAAAASUVORK5CYII=") no-repeat 10px center;
    border: #f9f1dd 1px solid;
    color: #9f865e;
    background-size: 24px 24px;
}

.main-outer .meta-info-box {
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px;
    background: #f9d6d5;
    border: #f7c6c5 1px solid;
    color: #761b18;
}


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

.main-outer .content-title {
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px;
    background: #3a9ce8;
    border: #3a9ce8 2px solid;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}

.main-outer .main-state {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0009;
    z-index: 1;
    color: #fff;
}

.main-outer .main-state a {
    margin: 5px 0 0 10px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: #ccc;
    background: #aaa;
    border-radius: 3px;
    box-shadow: 0 0 20px #666;
    color: #fff;
}

.main-outer .main-state em {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: green;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    margin: 12px 10px 0 0;
    border-radius: 50%;
}

.input-box-1 {
    border: #3a9ce8 1px solid;
    margin-bottom: 20px;
    box-shadow: 2px 2px 5px #999;
}

.input-box-1 .box-title {
    height: 30px;
    line-height: 30px;
    background: #3a9ce8;
    font-size: 16px;
    padding-left: 10px;
    color: #fff;
    font-weight: bold;
}

.input-box-1 .box-con {
    background: #fff;
    padding: 10px;
}

.input-box-1 .box-con .input-outer {
    padding: 5px 0;
}

.input-box-1 .box-con .input-outer label {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    width: 150px;
    height: 24px;
    line-height: 24px;
}

.input-box-1 .box-con .input-outer input {
    padding-left: 10px;
    border: #ccc 1px solid;
    border-radius: 3px;
    width: 200px;
    height: 24px;
}

.input-box-1 .box-con .input-outer .submit-pin-button {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    background: #3a9ce8;
    border-radius: 3px;
    padding: 0 5px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
}

.input-box-1 .box-con .input-outer select {
    border: #ccc 1px solid;
    border-radius: 3px;
    width: 100px;
    height: 24px;
    color: #666;
}

.input-box-1 .box-con .input-outer textarea {
    padding: 10px;
    border: #ccc 1px solid;
    border-radius: 3px;
    width: 290px;
    min-height: 50px;
}

.input-box-1 .box-con .input-outer span {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    height: 24px;
    line-height: 24px;
}

.input-box-1 .box-con .input-outer .info-word {
    padding-left: 20px;
    color: #666;
}

.input-box-1.change-password-input .box-con .input-outer label {
    width: 185px;
}

.input-box-1.change-password-input .box-con .input-outer .word {
    width: 180px;
}

.input-box-2 {
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 2px 2px 5px #999;
}

.input-box-2 .box-title {
    height: 35px;
    line-height: 35px;
    background: #3a9ce8;
    font-size: 16px;
    padding-left: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.input-box-2 .box-con {
    background: #FFF;
}

.input-box-2 table {
    width: 100%;
}

.input-box-2 table td {
    padding: 5px 10px;
    border: #3a9ce8 1px solid;
}

.input-box-2 table td.edit-key {
    width: 20%;
}

.input-box-2 table td.edit-value {
    width: 80%;
}

.input-box-2 table td input {
    padding-left: 10px;
    border: #ccc 1px solid;
    border-radius: 3px;
    width: 200px;
    height: 24px;
}

.input-box-2 table td select {
    border: #ccc 1px solid;
    border-radius: 3px;
    width: 150px;
    height: 24px;
    color: #666;
}

.input-box-2 table td textarea {
    padding: 10px;
    border: #ccc 1px solid;
    border-radius: 3px;
    width: 200px;
    min-height: 50px;
}

.input-box-2 .success-button-box {
    padding-top: 10px;
    border: #3a9ce8 1px solid;
    border-top: none;
    text-align: center;
}

.input-box-3 {
    margin: 0 auto 20px;
    text-align: center;
}

.input-box-3 .box-con {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    text-align: left;
    padding: 20px 30px;
}

.input-box-3 .box-con .input-outer {
    padding: 5px 0;
}

.input-box-3 .box-con .input-outer label {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    width: 160px;
    height: 24px;
    line-height: 24px;
}

.input-box-3 .box-con .input-outer input {
    padding-left: 10px;
    border: #ccc 1px solid;
    border-radius: 3px;
    width: 200px;
    height: 24px;
}

.input-box-3 .box-con .input-outer select {
    border: #ccc 1px solid;
    border-radius: 3px;
    width: 100px;
    height: 24px;
    color: #666;
}

.input-box-3 .box-con .input-outer textarea {
    padding: 10px;
    border: #ccc 1px solid;
    border-radius: 3px;
    width: 290px;
    min-height: 70px;
}

.input-box-3 .box-con .input-outer input[type="checkbox"],
.input-box-3 .box-con .input-outer input[type="radio"] {
    padding-left: 0;
    margin: 4px 5px 0 0;
    width: 15px;
    height: 15px;
}

.input-box-3 .box-con .input-outer .checkbox-list {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    overflow: hidden;
}

.input-box-3 .box-con .input-outer .checkbox-list li {
    float: left;
}

.input-box-3 .box-con .input-outer span {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    height: 24px;
    line-height: 24px;
}

.input-box-3 .box-con .input-outer .input-verify span {
    color: #f00;
}

.input-box-3 .box-con .input-outer span .input-box-3 .box-con .input-outer .checkbox-list li span {
    padding-left: 0;
    padding-right: 15px;
}

.input-box-3 .box-con .input-outer .success-button {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    height: 26px;
    line-height: 26px;
}

.input-box-3.ref-box {
    margin-bottom: 0;
}

.input-box-3.ref-box .box-con .input-outer {
    text-align: center;
}

.input-box-3.ref-box .box-con .input-outer label {
    text-align: left;
    width: 60px;
}

.input-box-3.ref-box .box-con .input-outer span {
    padding-left: 0;
}

.input-box-3.ref-box .box-con .input-outer input {
    width: 150px;
}

.input-box-3.ref-box .box-con .input-outer .submit-button {
    padding-top: 20px;
}

.input-box-3.ref-box .box-con .input-outer input[type="submit"],
.input-box-3.ref-box .box-con .input-outer a {
    padding: 0 15px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
    border: none;
}

.add-bank-box.input-box-3 .box-con .input-outer .checkbox-list li,
.change-group-box .input-box-3 .box-con .input-outer .checkbox-list li {
    padding-right: 10px;
}

.origin-add-con .input-box-3 .box-con .input-outer label,
.add-role-con .input-box-3 .box-con .input-outer label,
.change-password-con .input-box-3 .box-con .input-outer label,
.update-user-con .input-box-3 .box-con .input-outer label,
.add-user-con .input-box-3 .box-con .input-outer label,
.change-group-box .input-box-3 .box-con .input-outer label,
.change-group-box .input-box-3 .box-con .input-outer span,
.add-active-box .add-active-con .input-box-5 .box-con .input-outer span,
.table-outer .table-list table .rebate-report-html td {
    color: #333;
}

.input-box-4 {
    margin-bottom: 20px;
    box-shadow: 2px 2px 5px #999;
    background: #add8e6;
}

.input-box-4 .box-title {
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #c0c0c0;
    font-size: 16px;
    padding-left: 10px;
    color: #333;
    font-weight: bold;
}

.input-box-4 .box-con {
    padding: 10px;
}

.input-box-4 .box-con .input-outer {
    text-align: center;
    padding: 5px 0;
}

.input-box-4 .box-con .input-outer label {
    padding-top: 40px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    width: 200px;
    height: 24px;
    line-height: 24px;
    color: #333;
    text-align: right;
}

.input-box-4 .box-con .input-outer input {
    padding-left: 10px;
    border: #ccc 1px solid;
    border-radius: 3px;
    width: 200px;
    height: 24px;
}

.input-box-4 .box-con .input-outer select {
    border: #ccc 1px solid;
    border-radius: 3px;
    width: 100px;
    height: 24px;
    color: #333;
}

.input-box-4 .box-con .input-outer textarea {
    padding: 10px;
    border: #ccc 1px solid;
    border-radius: 3px;
    width: 290px;
    min-height: 50px;
}

.input-box-4 .box-con .input-outer span {
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    height: 24px;
    line-height: 24px;
    color: #333;
}

.input-box-5 {
    margin-bottom: 20px;
}

.input-box-5 .box-title {
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 10px;
    color: #333;
    font-weight: bold;
}

.input-box-5 .box-con {
    position: relative;
    padding: 10px;
}

.input-box-5 .box-con .input-outer {
    text-align: center;
    padding: 5px 0;
}

.input-box-5 .box-con .input-outer label {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    width: 180px;
    height: 24px;
    line-height: 24px;
    color: #333;
    text-align: right;
}

.input-box-5 .box-con .input-outer input {
    padding-left: 10px;
    border: #ccc 1px solid;
    border-radius: 3px;
    width: 200px;
    height: 24px;
}

.input-box-5 .box-con .input-outer select {
    border: #ccc 1px solid;
    border-radius: 3px;
    width: 100px;
    height: 24px;
    color: #333;
}

.input-box-5 .box-con .input-outer textarea {
    padding: 10px;
    border: #ccc 1px solid;
    border-radius: 3px;
    width: 290px;
    min-height: 50px;
}

.input-box-5 .box-con .input-outer span {
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    height: 24px;
    line-height: 24px;
}

.input-box-5 .box-con .input-outer input[type="radio"] {
    padding-left: 0;
    margin: 4px 5px 0 0;
    width: 15px;
    height: 15px;
}

.input-box-5 .box-con .input-outer .sub-input {
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    text-align: left;
}

.input-box-5 .box-con .input-outer .sub-input label {
    padding-right: 10px;
    width: auto;
}

.input-box-5 .box-con .input-outer .sub-input input {
    margin-right: 15px;
    width: 50px;
}

.input-box-5 .box-con .delete-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 180px;
    width: 25px;
    height: 25px;
    background: url("../images/crossred.png");
    background-size: 100%;
}

.input-box-5 .box-con .delete-btn.current {
    display: block;
}

.input-box-5.select-input {
    display: none;
}

.input-box-5.select-input.current {
    display: block;
}

.input-box-3 .box-con:first-child .delete-btn {
    display: none;
}

.input-box-3 .box-con .delete-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 220px;
    width: 25px;
    height: 25px;
    background: url("../images/crossred.png");
    background-size: 100%;
}

.input-box-3 .box-con .delete-btn.current {
    display: block;
}

.main-tab-box .main-tab-1 {
    padding: 20px 0;
}

.main-tab-box .main-tab-1 ul {
    text-align: center;
    overflow: hidden;
}

.main-tab-box .main-tab-1 li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    margin-bottom: 10px;
}

.main-tab-box .main-tab-1 li a {
    background: #999;
    border-radius: 3px;
    padding: 5px 20px;
    display: block;
    height: 24px;
    line-height: 24px;
    color: #fff;
}

.main-tab-box .main-tab-1 li.current a {
    background: #3a9ce8;
}

.main-tab-box .main-tab-1.small {
    font-size: 12px;
}

.main-tab-box .main-tab-1.small li a {
    height: auto;
    line-height: normal;
    padding: 5px;
}

.main-tab-box .main-tab-2 ul {
    display: inline-block;
}

.main-tab-box .main-tab-2 li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
}

.main-tab-box .cash-game-outer li .actived {
    color: #3a9ce8;
}

.main-tab-box .main-tab-2 li span {
    font-size: 15px;
}

.main-tab-box .main-tab-2 li a {
    text-decoration: none;
    font-weight: bolder;
    font-family: tahoma;
    margin: 3px;
    font-size: 13px;
    color: #333;
}

.main-tab-box .main-tab-2 li.current a {
    color: #3a9ce8;
}

.main-info-box {
    margin: auto;
    width: 60%;
}

.main-info-box .info-box {
    background: #3a9ce8;
}

.main-info-box .info-title {
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: #ffd800;
    background: #3a9ce8;
}

.main-info-box .info-box li {
    padding: 5px;
    border-bottom: #3a9ce8 1px solid;
    background: #fff1;
}

.main-info-box .info-box li.otr-color {
    background: #fff2;
}

.main-info-box .info-box li span {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
}

.main-info-box .info-box li .info-key {
    text-align: right;
    width: 39%;
}

.main-info-box .info-box li .info-word {
    padding-left: 12px;
    width: 58%;
    font-weight: bold;
}

.main-info-box .info-box li .info-word select {
    font-weight: normal;
}

.main-info-box .info-box li .info-refresh {
    margin: -2px 0 0 10px;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    width: 25px;
    height: 25px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFWSURBVFhH7ZbtjYMwEEQp5UpJKekkpVwplHKdQOaZseVY3N3akB+ReNKKsHjGH2uIp4uLj2Vd1zuxLMtD1xvhR++DzhQ/6mwXPZt1YWBflpwDhjYP4UGesyIYJVeDuYJlTzN13Mi54wI524whD8wLMvz2o1+hTT0QBuFcCjeLIUG97OElpVNrWuJlqU347XSYnUH07QmLUs2d6gatbbo7L7UfmX3Gq9D/NkjEDs/0GzTIgwndffs/df2cGkYWaTXlGX8DaIzIDH/V0G4WnaVU+7oE8aVrkHZ4AOXr1yVsQGsb6NtLEqdXyNehMmQPcCqOxGUfMBOnw6CxHP3sdBzp+AcsMxDhJaTtJtlW0Ol+6lmA7/8sR6sRx74jO4PIf8fMMg1G13QyUrycGbhPJkeRFx3U5Yhw+Av6ggxDpyK3OfdIVoO5Ip+AZgUHDUpy/lnw4uL9TNMTgLANwgEa73AAAAAASUVORK5CYII=") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.main-info-box .info-box li .info-refresh.refresh-rotate {
    transition: transform 0.5s ease;
    transform: rotate(360deg);
}

.state-bar {
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: #999 1px solid;
    text-align: center;
}

.state-bar a {
    color: #fff;
}

.warning-box {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    height: 35px;
    line-height: 35px;
    background: #fcf8e3;
    border: #f9f1dd 1px solid;
    border-radius: 3px;
    color: #9f865e;
    box-shadow: 2px 2px 5px #999;
}

.warning-box .warning-close {
    position: absolute;
    margin-top: -4px;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 8px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADVSURBVDhPrZOxDgIhDIZ5NBfj4uJgYuJRH8VBgXNxMDFxEe4c7wGMb6eADYECp4l+SYf2/yltCOxvdAoWveRzTKsYxZd6z2eYvtEStkbC04fiLZYzjIAh+HbrCZZ9AxMEH/yCUsDW7rEnmzbpbsNNhRKzIx9rWgJtYgRvk/V8DQa0l8maROEmQds4pSZfH3aUp9j0KI+T7RzHx/0lPMiBsxZwi2v2ghPaU6z5SozhqehK2TNSQyfhgFJgtEksWkFhOYP46BTNSotmimkV95mSf/AbjL0AJI0CaMOBcuIAAAAASUVORK5CYII=");
    background-size: 100%;
}

.search-title {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.search-box {
    margin: auto;
    padding: 15px 10px;
    border: #3a9ce8 1px solid;
    border-radius: 3px;
    box-shadow: 2px 2px 5px #999;
    background: #fff;
}

.search-box .search-input {
    overflow: hidden;
}

.search-box .search-input li {
    float: left;
    margin: 0 0 15px 0;
    min-height: 26px;
}

.search-box .search-input li input,
.search-box .search-input li select {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    border-radius: 3px;
    border: #999 1px solid;
}

.search-box .search-input li label {
    padding-right: 10px;
    height: 24px;
    line-height: 24px;
}

.search-box .search-input li input {
    padding-left: 10px;
    width: 190px;
    height: 24px;
}

.search-box .search-input li select {
    width: 150px;
    height: 26px;
}

.search-box .search-input li input[type="checkbox"],
.search-box .search-input li input[type="radio"] {
    padding-left: 0;
    margin: 4px 5px 0 0;
    width: 15px;
    height: 15px;
}

.search-box .search-input li .range-box {
    width: 300px;
}

.search-box .search-input li .label-box {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    width: 125px;
}

.search-box .search-input li .label-box.bold {
    font-weight: bold;
}

.search-box .search-input li .input-row-text {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    height: 24px;
    line-height: 24px;
}

.search-box.player-search {
    width: 1020px;
}

.search-box.player-search .search-input li .detail-style {
    width: 150px;
}

.search-box.player-search .search-input li .detail-style .filling {
    display: inline-block;
    width: 22px;
}

.search-box.player-search .search-input li input[type="text"],
.search-box.player-search .search-input li input.jcDate {
    width: 154px;
}

.search-box.player-search .search-input li select {
    width: 166px;
}

.search-box.referral-search {
    width: 970px;
}

.search-box.bank-search {
    width: 660px;
}

.search-box.transaction-search {
    width: 640px;
}

.search-box.referral-search .search-input li .label-box {
    width: 110px;
}

.search-box.transaction-search .search-input li .label-box {
    width: 100px;
}

.search-box.bank-search .search-input li .label-box,
.search-box.special-search .search-input li .label-box {
    width: 160px;
}

.search-box.cash-search {
    margin-top: 20px;
    padding-top: 0;
    width: 700px;
    border: none;
    background: #FFCC99;
}

.search-box.cash-search .search-input {
    margin: auto;
    width: 70%;
    text-align: center;
}

.search-box.cash-search .search-input li {
    float: none;
    display: inline-block;
}

.search-box.cash-search .search-input li .label-box {
    width: auto;
}

.search-box.daily-search {
    width: 640px;
    margin-bottom: 20px;
}

.search-box.daily-search .search-input li .label-box {
    width: 100px;
}

.search-box.current-search {
    width: 250px;
}

.search-box.current-search .search-input li .label-box {
    width: 40px;
}

.search-box.complete-search {
    width: 640px;
}

.search-box.complete-search .search-input li .label-box {
    width: 100px;
}

.search-box.member-search {
    width: 370px;
}

.search-box.member-search .search-input li select {
    margin-right: 20px;
    width: 70px;
}


/* .search-box.historical-search {
    width: 1660px;
} */

.search-box.historical-search .search-input li {
    margin-right: 12px;
    width: auto;
}

.search-box.historical-search .search-input li .label-box {
    height: 24px;
    line-height: 24px;
    padding-right: 5px;
    width: auto;
}

.search-box.historical-search .search-input li .edit-button {
    height: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    background: #eee;
    border: #ccc 1px solid;
    box-shadow: 0 0 5px #eee;
    padding: 0 3px;
    border-radius: 3px;
}

.search-box.order-check-search {
    width: 800px;
}

.search-box.rebate-search {
    position: relative;
}

.search-box.bill-report-search {
    width: 280px;
}

.search-link {
    margin: auto;
    text-align: center;
}

.search-link a {
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 5px;
    font-size: 16px;
    font-weight: bold;
    color: #0000ff;
}

.search-link a.current {
    display: none;
}

.search-after {
    display: none;
}

.search-box.activity-history-search {
    width: 1000px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.search-box.activity-history-search .search-input li .label-box {
    width: 100px;
}

.search-box.transaction-record-search .search-input li,
.search-box.catatan-transaksi-olahraga-search .search-input li{
    height: 30px;
}

.invoicesList-game-animation {
    display: none;
}

.invoicesList-page {
    display: none;
}

.invoicesList-game {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.invoicesList-game li {
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    padding: 8px 0;
    box-shadow: 1px 0 0 0 #e8e8e8, 0 1px 0 0 #e8e8e8, 1px 1px 0 0 #e8e8e8, inset 1px 0 0 0 #e8e8e8, inset 0 1px 0 0 #e8e8e8;
    cursor: pointer;
    transition: all .1s;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
}

.invoicesList-game li .count {
    font-weight: bold;
}

.invoicesList-game li:hover {
    box-shadow: 0 4px 15px rgba(58, 156, 232, 0.5);
    color: #409eff;
}

.invoicesList-game li:active {
    transform: scale(0.95);
    box-shadow: 0 2px 10px rgba(58, 156, 232, 0.4);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
}

.invoicesList-game .active {
    color: #409eff;
    background-color: #ECF5FF;
    font-weight: bold;
}

.invoicesList-html td {
    text-align: center;
}

.detail-main .search-box.activity-history-search .success-button-box .success-button {
    margin-bottom: 0;
}

.page-box {
    margin-bottom: 20px;
}

.page-box .page-info {
    width: auto;
    padding: 0 20px;
    box-shadow: none;
}

.page-box .page-num {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}

.page-box ul {
    text-align: center;
}

.page-box li {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    display: inline-block;
}

.page-box li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #3a9ce8;
    box-shadow: 2px 2px 5px #999;
}

.page-box li a.current {
    background: rgba(0, 0, 0, .5);
    cursor: default;
}

.page-box li.first,
.page-box li.next,
.page-box li.last {
    width: 60px;
}

.page-box .page-num-button {
    display: none;
    width: auto;
}

.page-box .page-num-button a {
    min-width: 30px;
    padding: 0 10px;
    box-sizing: border-box;
}

.page-box .page-num-button.current {
    background: #3a9ce8;
    display: inline-block;
}

.page-box .page-input {
    width: 100px;
}

.page-box .page-input a {
    display: inline-block;
    width: 30px;
    margin-left: 10px;
}

.page-box input::-webkit-outer-spin-button,
.page-box input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

.page-box input[type="number"] {
    -moz-appearance: textfield;
}

.table-outer {
    margin-bottom: 20px;
    box-shadow: 2px 2px 5px #999;
}

.table-outer .table-title {
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #3a9ce8;
    color: #fff;
    font-size: 16px;
}

.table-outer .table-title .table-title-input {
    padding-left: 10px;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    display: inline-block;
    font-size: 14px;
}

.table-outer .table-title .table-title-input input {
    width: 50px;
}

.table-outer .table-title .table-title-input a {
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    display: inline-block;
    margin: 5px 0;
    background: #eee;
    border: #ccc 1px solid;
    box-shadow: 0 0 5px #eee;
    padding: 3px;
    border-radius: 3px;
    height: 18px;
    line-height: 18px;
    color: #333;
}

.table-outer.row {
    text-align: center;
}

.table-outer.row .table-list {
    width: 48%;
    display: inline-block;
}

.table-outer .table-list table {
    width: 100%;
}

.table-outer .table-list table thead tr {
    height: 35px;
    line-height: 35px;
    background: #dedede;
    color: #666;
}

.table-outer .table-list table tbody tr,
.table-outer .table-list tfoot tbody tr {
    height: 30px;
    background: #fff;
}

.table-outer .table-list table thead th,
.table-outer .table-list table tbody td,
.table-outer .table-list table tfoot td {
    padding: 0 5px;
    border: #3a9ce8 1px solid;
}

.table-outer .table-list table tbody td td {
    border: none;
}

.table-outer .table-list table tbody td input[type="radio"] {
    margin-right: 5px;
}

.table-outer .table-list table thead th {
    line-height: 2;
    text-align: center;
    font-weight: bold;
}

.table-outer .table-list table thead th a {
    color: #666;
}

.table-outer .table-list table tbody td input[type="text"],
.table-outer .table-list table tbody td input[type="number"] {
    margin: 5px 0;
    padding-left: 10px;
    border: #ccc 1px solid;
    border-radius: 3px;
    width: 200px;
    height: 30px;
}

.table-outer .table-list table tbody td a {
    color: #333;
}

.table-outer .table-list table tbody td .submit-button {
    color: #fff;
}

.table-outer .table-list table tbody td input[type="submit"],
.table-outer .table-list table tbody td button,
.table-outer .table-list table tbody td a.submit-button,
.table-outer .table-list table tfoot td a.submit-button {
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    display: inline-block;
    margin: 5px 0;
    background: #3a9ce8;
    border: #3a9ce8 1px solid;
    box-shadow: 1px 1px 3px #666;
    padding: 3px;
    border-radius: 3px;
}

.table-list table tbody td a.submit-button.red-button,
.table-outer .table-list table tfoot td a.submit-button.red-button {
    color: #fff;
    background: red;
    border-color: red;
    padding: 3px 5px;
}

.table-list table tbody td a.submit-button.green-button,
.table-outer .table-list table tfoot td a.submit-button.green-button,
.edit-bank-box .success-button.accept-button {
    color: #fff;
    background: green;
    border-color: green;
}

.table-outer .table-list table tbody td.center {
    text-align: center;
}

.table-outer .table-list table tbody td .profile-button,
.table-outer .table-list table tbody td .bank-button {
    margin: 2px 5px 0;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 5px;
    text-align: center;
    border: #ccc;
    background: #eee;
    border-radius: 3px;
    color: #666;
}

.table-outer .table-list table tbody td .profile-button:hover,
.table-outer .table-list table tbody td .bank-button:hover {
    color: #666;
}

.table-outer.game-other {
    margin: 0 0.8%;
    width: 23%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
}

.table-outer.game-other .table-list table tbody td input {
    width: auto;
}

.table-outer .table-list table tfoot tr {
    height: 25px;
    line-height: 25px;
    background: #FFF;
}

.table-outer .table-list .player-name-table tbody td {
    word-break: break-all;
}

.table-outer .table-list .player-name-table tbody .player-id-td,
.table-outer .table-list .special-table tbody .player-id-td {
    padding-right: 50px;
    position: relative;
}

.table-outer .table-list .player-name-table tbody .player-id-td .submit-button,
.table-outer .table-list .special-table tbody .player-id-td .submit-button {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
}

.table-outer .table-list tfoot .tfoot-state {
    height: 35px;
    color: white;
    background: #3a9ce8;
}

.table-outer .table-list .third-report-table,
.table-outer .table-list .income-table {
    color: #333;
}

.table-outer .table-list table tbody.no-data-html {
    color: #333;
}

.table-outer .table-list .transaction-record-table {
    display: none;
}

.table-outer .table-list .transaction-record-table tbody a {
    color: #3a9ce8;
}

.table-outer .table-list .keterangan-video-html .video-tb tr {
    height: 100%;
    white-space: nowrap;
}

.table-outer .table-list .keterangan-video-html .video-tb td {
    text-align: center;
    padding: 8px;
}

.table-outer .table-list .referal-game-html .game-detail-tr tr {
    background: none;
}

.table-outer .table-list .referal-game-html .referal-game-tr {
    font-weight: bold;
    cursor: pointer;
}

.table-outer .table-list .referal-game-html .game-detail-tr {
    border-left: #3a9ce8 1px solid;
    border-right: #3a9ce8 1px solid;
}

.table-outer .table-list .referal-game-html .game-detail-tr th,
.table-outer .table-list .referal-game-html .game-detail-tr td {
    text-align: center;
    border: none;
    border-bottom: #3a9ce8 1px dashed;
}

.table-outer .table-list .referal-game-html .game-detail-tr tfoot td {
    border: none;
}

.table-outer .table-list .bill-report-html .bill-detail-tr tr {
    background: none;
}

.table-outer .table-list .bill-report-html .bill-report-element {
    font-weight: bold;
    cursor: pointer;
}

.table-outer .table-list .bill-report-html .bill-detail-tr {
    border-left: #3a9ce8 1px solid;
    border-right: #3a9ce8 1px solid;
}

.table-outer .table-list .bill-report-html .bill-detail-tr th,
.table-outer .table-list .bill-report-html .bill-detail-tr td {
    text-align: center;
    border: none;
    border-bottom: #3a9ce8 1px dashed;
}

.table-outer .table-list .bill-report-html .bill-detail-tr tfoot td {
    border: none;
}

.table-outer .game-player-name {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 10px;
}

.table-outer .keterangan-sbo-table .keterangan-sbo-html p {
    padding: 20px 5px;
    border-bottom: 1px solid #ccc;
}

.table-outer .keterangan-sbo-table .keterangan-sbo-html p:last-child {
    border-bottom: none;
}

.table-outer .keterangan-cmd-table .keterangan-cmd-html p {
    padding: 20px 5px;
    border-bottom: 1px solid #ccc;
}

.table-outer .keterangan-cmd-table .keterangan-cmd-html p:last-child {
    border-bottom: none;
}

.table-outer .keterangan-b2b-table .keterangan-b2b-html p {
    padding: 20px 5px;
    border-bottom: 1px solid #ccc;
}

.table-outer .keterangan-b2b-table .keterangan-b2b-html p:last-child {
    border-bottom: none;
}

.table-outer .keterangan-fiveg-table .keterangan-fiveg-html p {
    padding: 20px 5px;
    border-bottom: 1px solid #ccc;
}

.table-outer .keterangan-fiveg-table .keterangan-fiveg-html p:last-child {
    border-bottom: none;
}

.lottery-outer .lottery-checked {
    padding: 10px 20px;
    text-align: right;
}

.lottery-outer .lottery-checked input {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    width: 16px;
    height: 16px;
}

.lottery-outer .lottery-checked label {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    font-size: 16px;
}

.main-outer {
    padding: 60px 20px 0 240px;
    position: relative;
}

.main-outer.no-menu {
    padding: 20px;
}

.main-outer .left-menu {
    position: fixed;
    left: 20px;
    top: 50px;
    width: 214px;
    padding: 0 4px 4px;
    background: #3a9ce8;
    box-shadow: 2px 2px 5px #999;
    border-radius: 5px;
    max-height: 90%;
    overflow: auto;
}

.main-outer .left-menu::-webkit-scrollbar {
    width: 5px;
}

.main-outer .left-menu::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .5);
}

.main-outer .left-menu .menu-header {
    padding: 10px;
}

.main-outer .left-menu .menu-header h2 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.main-outer .left-menu .menu-header h3 {
    font-size: 16px;
    color: #ffd83b;
}

.main-outer .left-menu .menu-outer {
    background: rgba(0, 0, 0, 0.3);
}

.main-outer .left-menu .menu-outer li {
    height: 24px;
    line-height: 24px;
    padding-left: 8px;
    color: #fff;
}

.main-outer .left-menu .menu-outer li.current {
    background: rgba(0, 0, 0, 0.4);
}

.main-outer .left-menu .menu-outer .menu-title {
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    background: rgba(0, 0, 0, 0.2);
    color: #ffd840;
    font-weight: bold;
}

.main-outer .left-menu .menu-outer a {
    color: #fff;
}

.main-outer .main-content {
    padding: 0 0 20px 20px;
}

.main-outer .main-content.add-play-main {
    margin: auto;
    width: 64%;
}

.main-outer .main-content .success-button-box,
.detail-main .success-button-box {
    text-align: center;
    padding-top: 10px;
}

.main-outer .main-content .success-button,
.detail-main .success-button-box .success-button {
    margin: 0 auto 50px;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
}

.main-outer .main-content .rebate-all-button {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.export-button-box {
    text-align: right;
}

.export-button {
    margin: 0 auto 10px;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
}

.main-outer .main-content .send-outer {
    background: rgba(58, 156, 232, .9);
    padding-top: 30px;
}

.main-outer .main-content .send-box {
    padding: 10px;
    background: #fff3;
    width: 90%;
    margin: auto;
}

.main-outer .main-content .send-box .input-outer {
    padding: 5px 0;
}

.main-outer .main-content .send-box .input-outer label {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    width: 150px;
    height: 24px;
    line-height: 24px;
}

.main-outer .main-content .send-box .input-outer input {
    padding-left: 10px;
    border: #ccc 1px solid;
    border-radius: 3px;
    width: 400px;
    height: 24px;
}

.main-outer .main-content .send-box .input-outer span {
    color: #f00;
}

.main-outer .main-content .send-box .input-outer textarea {
    padding: 10px;
    border: #ccc 1px solid;
    border-radius: 3px;
    width: 580px;
    min-height: 50px;
}

.main-outer .main-content .send-outer .send-button-box {
    padding: 15px 0;
    height: 27px;
    text-align: center;
}

.main-outer .main-content .send-outer .send-button-box a {
    margin: 5px 0;
    background: #fff;
    border: #3a9ce8 1px solid;
    box-shadow: 1px 1px 3px #666;
    padding: 3px;
    border-radius: 3px;
    color: #333;
}

.reply-open-box {
    display: none;
}

.reply-open-box .send-box {
    padding: 10px;
    background: #fff3;
    width: 90%;
    margin: auto;
}

.reply-open-box .send-box .input-outer {
    padding: 5px 0;
}

.reply-open-box .send-box .input-outer label {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    width: 150px;
    height: 24px;
    line-height: 24px;
}

.reply-open-box .send-box .input-outer input {
    padding-left: 10px;
    border: #ccc 1px solid;
    border-radius: 3px;
    width: 400px;
    height: 24px;
}

.reply-open-box .send-box .input-outer span {
    color: #f00;
}

.reply-open-box .send-box .input-outer textarea {
    padding: 10px;
    border: #ccc 1px solid;
    border-radius: 3px;
    width: 580px;
    min-height: 200px;
}

.memorandum-detail-box .send-button-box,
.reply-open-box .send-button-box {
    padding: 15px 0;
    height: 27px;
    text-align: center;
}

.memorandum-detail-box .send-button-box.reply-button-box {
    padding: 0;
    text-align: left;
}

.memorandum-detail-box .send-button-box a,
.reply-open-box .send-button-box a {
    margin: 5px 0;
    background: #3a9ce8;
    border: #3a9ce8 1px solid;
    box-shadow: 1px 1px 3px #666;
    padding: 3px;
    border-radius: 3px;
    color: #fff;
}

.memorandum-detail-box .reply-html {
    padding-top: 20px;
}

.memorandum-detail-box .reply-box {
    padding: 10px 0;
    margin: 0 10px;
    border-top: #666 1px dashed;
}

.memorandum-detail-box .box-word {
    word-break: break-all;
}

.open-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.open-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    margin: -18% 0 0 -18%;
    background: #fff;
    border: #3a9ce8 2px solid;
    box-shadow: 0px 0px 5px #3a9ce8;
}

.open-box .open-title {
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #3a9ce8;
    font-weight: bold;
    font-size: 16px;
}

.open-box .open-con {
    padding: 20px 10px;
    background: #fff;
}

.open-box .open-con .input-box-3 {
    text-align: left;
}

.open-box .open-con .input-box-3 .box-con {
    padding: 10px 30px
}

.open-box .box-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAlxJREFUWEfNl8+LjlEUxz/fnYWUnShkM4W/wM8NkfwoscBGKcpGWSgsmM0QCzUb+REbjVIoo4aahcyYPbFRFGGBf8Dqq6P31fO88zz33vd9yzjL555zz+eec+855xELLFpg//x/ALYvAjuBpcBlSXeHiZLtceAIMAXclvSiul8tArbvdZSrOpcknRsEwvYEcKjHdo+kp91vfwFsrwC+tDi6Jul0PxC2bwDHG2wmJe1tAojQX0g4uS7pZAmE7YfA/hbdb5LisH+kNwXPgB0JJ+OSTqUgbM8AmxI6o5LisI0AG4DnwOLEBmOSzjet2/4ErEzY3pJUS8u8Z2g7Lk1cnpTUThGKtp2xmZa0vVensQ7YPhZPphTC9gdgTUL/pqQTTeuthch2vN14likJyNXAtoRS1JKzbevJSmh7NzCZgUgtT0iKg7RKthTb3gjMDgAxK2lzzi4L0Llga4F3uc0q6y8lbS3RLwKoQDwCRjIb1ypdDqJfgAfAun8OYDtSUOK8y1aU/1DORmAA531B5J5hvyfvzc5nSasGeoaFJx8FDhTci0WSfhVXwlLn0dVsLwOmMxDfgfWSfmR7QaHzq5LOVDcraMNvgX2SPlbteueBkpzfl3S4KZwF7fh19A1JP7v21ZFsCTCXCeWMpC2pS1XQlmszQRUgJqGYiNpkTlL0hawUQIxIel+rA7YPdopNk4MpSbuynisKtr8Cy1ts5gN06n1UuwCpyh1JMaD0Lbab9mufCTsQ8SNyFHgFXJH0pG/P9UjEMDIGvAEeVwfSWgqGcTKMbbYXDLN5ie2CA/wGhXraIc31IxUAAAAASUVORK5CYII=");
    background-size: 100%;
}

.open-box .success-button-box {
    text-align: center;
}

.open-box .success-button {
    margin: 20px auto 0;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
}

.xdeposit-rule {
    padding: 15px 0;
}

.xdeposit-rule .rule-title {
    font-size: 16px;
    font-weight: bold;
}

.xdeposit-rule p {
    text-align: center;
}

.transaction-checkbox-group {
    position: relative;
    margin: 20px 0;
    padding-left: 140px;
}

.transaction-checkbox-group .click-all-button {
    position: absolute;
    left: 0;
    top: 0;
}

.transaction-checkbox-group .click-all-button a {
    display: block;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
    border: none;
}

.transaction-checkbox-group ul {
    overflow: hidden;
}

.transaction-checkbox-group li {
    float: left;
    padding: 8px 10px 2px 0;
}

.transaction-checkbox-group li input {
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

#app,
.user-layout-wrapper {
    height: 100%;
}

.user-layout-wrapper .container {
    width: 100%;
    min-height: 100%;
    background: #f0f2f5 url(../images/background.a568162c.svg) no-repeat 50%;
    background-size: 100%;
    padding: 110px 0 144px;
    position: relative;
    box-sizing: border-box;
}

.user-layout-wrapper .container a {
    text-decoration: none;
}

.user-layout-wrapper .container .top {
    text-align: center;
}

.user-layout-wrapper .container .top .header {
    height: 44px;
    line-height: 44px;
}

.user-layout-wrapper .container .top .header .title {
    font-size: 33px;
    color: rgba(0, 0, 0, .85);
    font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 600;
    position: relative;
    top: 2px;
}

.user-layout-wrapper .container .top .desc {
    font-size: 14px;
    color: rgba(0, 0, 0, .45);
    margin-top: 12px;
    margin-bottom: 40px;
}

.user-layout-wrapper .container .main {
    min-width: 260px;
    width: 368px;
    margin: 0 auto;
}

.news-update .news-title {
    height: 24px;
    line-height: 24px;
    background: #3a9ce8;
    padding-left: 10px;
    color: #fff;
}

.news-update .news-box {
    height: 360px;
    overflow: auto;
}

.main-outer .main-content .search-box .success-button {
    margin: 10px auto 10px;
}

.main-outer .main-content .input-box-2 .success-button {
    margin: 0 auto 10px;
}

.main-outer .main-content .input-box-3 .success-button {
    margin: 0 auto;
}

.main-outer .main-content .input-box-4 .success-button {
    margin: 0 auto 20px;
}

.main-outer .main-content .input-box-5 .success-button {
    margin: 0;
    background: #eee;
    border: #ccc 1px solid;
    box-shadow: 1px 1px 3px #666;
    padding: 0 5px;
    border-radius: 3px;
    color: #333;
    height: 24px;
    line-height: 24px;
}

.main-outer .main-content .input-box-5 .add-button {
    background-color: #3a9ce8;
    color: #fff;
    border: #3a9ce8 1px solid;
}

.main-outer .main-content .search-box .search-input li .success-button {
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    height: 26px;
    line-height: 26px;
}

.change-pin-main {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
}

.select-tab-bd .input-box-3 .box-con {
    width: 1000px;
    padding: 20px 0;
    overflow: hidden;
}

.select-tab-bd .input-box-3 .input-outer {
    height: 26px;
    float: left;
}

.select-tab-bd .input-box-3 .box-con .input-outer input {
    width: 120px;
}

.select-tab-bd .input-box-3 .box-con .input-outer select {
    width: 150px;
}

.select-tab-bd .input-box-3 .box-con .input-outer input[type="checkbox"] {
    width: 15px;
}

.select-tab-bd .input-box-3.referral-running-search .input-outer {
    float: none;
    display: block;
}

.select-unit .table-outer .table-list table tbody td input {
    width: 50px;
}

.referral-running-table tbody tr {
    cursor: pointer;
}

.referral-running-table tbody tr:hover {
    background: #ffff00;
}

.referral-complete-table tbody tr {
    cursor: pointer;
}

.referral-complete-table tbody tr:hover {
    background: #ffff00;
}

.memorandum-inbox-table,
.memorandum-sent-table {
    width: 100%;
    background: #FFF;
}

.memorandum-inbox-table tr,
.memorandum-sent-table tr {
    border: 1px solid #3a9ce8;
}

.memorandum-inbox-table thead tr {
    background: #3a9ce8;
}

.memorandum-inbox-table tbody tr,
.memorandum-sent-table tbody tr {
    cursor: pointer;
    height: 35px;
}

.memorandum-inbox-table a,
.memorandum-sent-table a {
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    display: inline-block;
    margin: 5px 0;
    background: #3a9ce8;
    border: #3a9ce8 1px solid;
    box-shadow: 1px 1px 3px #666;
    padding: 3px;
    border-radius: 3px;
    color: #fff;
}

.memorandum-detail-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.memorandum-detail-box {
    position: relative;
    margin: 80px 0 0 25%;
    width: 800px;
    height: 80%;
    background: #fff;
    box-shadow: 0px 0px 10px #999;
    border: #999 1px solid;
    background: #f5f5f5;
    left: auto;
    top: auto;
}

.memorandum-detail-box .reply-scroll {
    height: 100%;
    overflow: auto;
}

.memorandum-detail-box .box-title {
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #3a9ce8;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.memorandum-detail-box .box-con {
    margin-bottom: 20px;
    padding: 20px;
}

.memorandum-detail-box .box-con span {
    font-size: 16px;
    color: #999;
}

.memorandum-detail-box .box-word {
    padding-top: 20px;
    font-size: 16px;
}

.memorandum-detail-box .box-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAlxJREFUWEfNl8+LjlEUxz/fnYWUnShkM4W/wM8NkfwoscBGKcpGWSgsmM0QCzUb+REbjVIoo4aahcyYPbFRFGGBf8Dqq6P31fO88zz33vd9yzjL555zz+eec+855xELLFpg//x/ALYvAjuBpcBlSXeHiZLtceAIMAXclvSiul8tArbvdZSrOpcknRsEwvYEcKjHdo+kp91vfwFsrwC+tDi6Jul0PxC2bwDHG2wmJe1tAojQX0g4uS7pZAmE7YfA/hbdb5LisH+kNwXPgB0JJ+OSTqUgbM8AmxI6o5LisI0AG4DnwOLEBmOSzjet2/4ErEzY3pJUS8u8Z2g7Lk1cnpTUThGKtp2xmZa0vVensQ7YPhZPphTC9gdgTUL/pqQTTeuthch2vN14likJyNXAtoRS1JKzbevJSmh7NzCZgUgtT0iKg7RKthTb3gjMDgAxK2lzzi4L0Llga4F3uc0q6y8lbS3RLwKoQDwCRjIb1ypdDqJfgAfAun8OYDtSUOK8y1aU/1DORmAA531B5J5hvyfvzc5nSasGeoaFJx8FDhTci0WSfhVXwlLn0dVsLwOmMxDfgfWSfmR7QaHzq5LOVDcraMNvgX2SPlbteueBkpzfl3S4KZwF7fh19A1JP7v21ZFsCTCXCeWMpC2pS1XQlmszQRUgJqGYiNpkTlL0hawUQIxIel+rA7YPdopNk4MpSbuynisKtr8Cy1ts5gN06n1UuwCpyh1JMaD0Lbab9mufCTsQ8SNyFHgFXJH0pG/P9UjEMDIGvAEeVwfSWgqGcTKMbbYXDLN5ie2CA/wGhXraIc31IxUAAAAASUVORK5CYII=");
    background-size: 100%;
}

.add-active-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.add-active-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    margin: -18% 0 0 -18%;
    background: #fff;
    border: #3a9ce8 2px solid;
    box-shadow: 0px 0px 5px #3a9ce8;
}

.add-active-box .add-active-title {
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #3a9ce8;
    font-weight: bold;
    font-size: 16px;
}

.add-active-box .add-active-con {
    padding: 20px 10px;
    background: #fff;
}

.add-active-box .box-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAlxJREFUWEfNl8+LjlEUxz/fnYWUnShkM4W/wM8NkfwoscBGKcpGWSgsmM0QCzUb+REbjVIoo4aahcyYPbFRFGGBf8Dqq6P31fO88zz33vd9yzjL555zz+eec+855xELLFpg//x/ALYvAjuBpcBlSXeHiZLtceAIMAXclvSiul8tArbvdZSrOpcknRsEwvYEcKjHdo+kp91vfwFsrwC+tDi6Jul0PxC2bwDHG2wmJe1tAojQX0g4uS7pZAmE7YfA/hbdb5LisH+kNwXPgB0JJ+OSTqUgbM8AmxI6o5LisI0AG4DnwOLEBmOSzjet2/4ErEzY3pJUS8u8Z2g7Lk1cnpTUThGKtp2xmZa0vVensQ7YPhZPphTC9gdgTUL/pqQTTeuthch2vN14likJyNXAtoRS1JKzbevJSmh7NzCZgUgtT0iKg7RKthTb3gjMDgAxK2lzzi4L0Llga4F3uc0q6y8lbS3RLwKoQDwCRjIb1ypdDqJfgAfAun8OYDtSUOK8y1aU/1DORmAA531B5J5hvyfvzc5nSasGeoaFJx8FDhTci0WSfhVXwlLn0dVsLwOmMxDfgfWSfmR7QaHzq5LOVDcraMNvgX2SPlbteueBkpzfl3S4KZwF7fh19A1JP7v21ZFsCTCXCeWMpC2pS1XQlmszQRUgJqGYiNpkTlL0hawUQIxIel+rA7YPdopNk4MpSbuynisKtr8Cy1ts5gN06n1UuwCpyh1JMaD0Lbab9mufCTsQ8SNyFHgFXJH0pG/P9UjEMDIGvAEeVwfSWgqGcTKMbbYXDLN5ie2CA/wGhXraIc31IxUAAAAASUVORK5CYII=");
    background-size: 100%;
}

.add-active-box .success-button-box {
    text-align: center;
}

.add-active-box .success-button {
    margin: 20px auto 0;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
}

.add-limit-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.add-limit-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    margin: -18% 0 0 -18%;
    background: #fff;
    border: #3a9ce8 2px solid;
    box-shadow: 0px 0px 5px #3a9ce8;
}

.add-limit-box .add-limit-title {
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #3a9ce8;
    font-weight: bold;
    font-size: 16px;
}

.add-limit-box .add-limit-con {
    padding: 20px 10px;
    background: #fff;
}

.add-limit-box .box-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAlxJREFUWEfNl8+LjlEUxz/fnYWUnShkM4W/wM8NkfwoscBGKcpGWSgsmM0QCzUb+REbjVIoo4aahcyYPbFRFGGBf8Dqq6P31fO88zz33vd9yzjL555zz+eec+855xELLFpg//x/ALYvAjuBpcBlSXeHiZLtceAIMAXclvSiul8tArbvdZSrOpcknRsEwvYEcKjHdo+kp91vfwFsrwC+tDi6Jul0PxC2bwDHG2wmJe1tAojQX0g4uS7pZAmE7YfA/hbdb5LisH+kNwXPgB0JJ+OSTqUgbM8AmxI6o5LisI0AG4DnwOLEBmOSzjet2/4ErEzY3pJUS8u8Z2g7Lk1cnpTUThGKtp2xmZa0vVensQ7YPhZPphTC9gdgTUL/pqQTTeuthch2vN14likJyNXAtoRS1JKzbevJSmh7NzCZgUgtT0iKg7RKthTb3gjMDgAxK2lzzi4L0Llga4F3uc0q6y8lbS3RLwKoQDwCRjIb1ypdDqJfgAfAun8OYDtSUOK8y1aU/1DORmAA531B5J5hvyfvzc5nSasGeoaFJx8FDhTci0WSfhVXwlLn0dVsLwOmMxDfgfWSfmR7QaHzq5LOVDcraMNvgX2SPlbteueBkpzfl3S4KZwF7fh19A1JP7v21ZFsCTCXCeWMpC2pS1XQlmszQRUgJqGYiNpkTlL0hawUQIxIel+rA7YPdopNk4MpSbuynisKtr8Cy1ts5gN06n1UuwCpyh1JMaD0Lbab9mufCTsQ8SNyFHgFXJH0pG/P9UjEMDIGvAEeVwfSWgqGcTKMbbYXDLN5ie2CA/wGhXraIc31IxUAAAAASUVORK5CYII=");
    background-size: 100%;
}

.add-limit-box .success-button-box {
    text-align: center;
}

.add-limit-box .success-button {
    margin: 20px auto 0;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
}

.change-group-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.change-group-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    margin: -18% 0 0 -18%;
    background: #fff;
    border: #3a9ce8 2px solid;
    box-shadow: 0px 0px 5px #3a9ce8;
}

.change-group-box .change-group-title {
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #3a9ce8;
    font-weight: bold;
    font-size: 16px;
}

.change-group-box .change-group-con {
    padding: 20px 10px;
    background: #fff;
}

.change-group-box .box-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAlxJREFUWEfNl8+LjlEUxz/fnYWUnShkM4W/wM8NkfwoscBGKcpGWSgsmM0QCzUb+REbjVIoo4aahcyYPbFRFGGBf8Dqq6P31fO88zz33vd9yzjL555zz+eec+855xELLFpg//x/ALYvAjuBpcBlSXeHiZLtceAIMAXclvSiul8tArbvdZSrOpcknRsEwvYEcKjHdo+kp91vfwFsrwC+tDi6Jul0PxC2bwDHG2wmJe1tAojQX0g4uS7pZAmE7YfA/hbdb5LisH+kNwXPgB0JJ+OSTqUgbM8AmxI6o5LisI0AG4DnwOLEBmOSzjet2/4ErEzY3pJUS8u8Z2g7Lk1cnpTUThGKtp2xmZa0vVensQ7YPhZPphTC9gdgTUL/pqQTTeuthch2vN14likJyNXAtoRS1JKzbevJSmh7NzCZgUgtT0iKg7RKthTb3gjMDgAxK2lzzi4L0Llga4F3uc0q6y8lbS3RLwKoQDwCRjIb1ypdDqJfgAfAun8OYDtSUOK8y1aU/1DORmAA531B5J5hvyfvzc5nSasGeoaFJx8FDhTci0WSfhVXwlLn0dVsLwOmMxDfgfWSfmR7QaHzq5LOVDcraMNvgX2SPlbteueBkpzfl3S4KZwF7fh19A1JP7v21ZFsCTCXCeWMpC2pS1XQlmszQRUgJqGYiNpkTlL0hawUQIxIel+rA7YPdopNk4MpSbuynisKtr8Cy1ts5gN06n1UuwCpyh1JMaD0Lbab9mufCTsQ8SNyFHgFXJH0pG/P9UjEMDIGvAEeVwfSWgqGcTKMbbYXDLN5ie2CA/wGhXraIc31IxUAAAAASUVORK5CYII=");
    background-size: 100%;
}

.change-group-box .success-button-box {
    text-align: center;
}

.change-group-box .success-button {
    margin: 20px auto 0;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
}

.bank-rank-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bank-rank-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    margin: -18% 0 0 -18%;
    background: #fff;
    border: #3a9ce8 2px solid;
    box-shadow: 0px 0px 5px #3a9ce8;
}

.bank-rank-box .bank-rank-title {
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #3a9ce8;
    font-weight: bold;
    font-size: 16px;
}

.bank-rank-box .bank-rank-con {
    padding: 20px 10px;
    background: #fff;
}

.bank-rank-box .bank-rank-con .box-scroll {
    max-height: 700px;
    overflow: auto;
}

.bank-rank-box .bank-rank-con .bank-rank-list li {
    padding: 5px 0;
}

.bank-rank-box .bank-rank-con .bank-rank-list li input {
    width: 25px;
    height: 25px;
    text-align: center;
    margin-right: 10px;
}

.bank-rank-box .bank-rank-con .bank-rank-list li input[type="number"] {
    -moz-appearance: textfield;
}

.bank-rank-box .bank-rank-con .bank-rank-list li input[type="number"]::-webkit-outer-spin-button,
.bank-rank-box .bank-rank-con .bank-rank-list li input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bank-rank-box .box-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAlxJREFUWEfNl8+LjlEUxz/fnYWUnShkM4W/wM8NkfwoscBGKcpGWSgsmM0QCzUb+REbjVIoo4aahcyYPbFRFGGBf8Dqq6P31fO88zz33vd9yzjL555zz+eec+855xELLFpg//x/ALYvAjuBpcBlSXeHiZLtceAIMAXclvSiul8tArbvdZSrOpcknRsEwvYEcKjHdo+kp91vfwFsrwC+tDi6Jul0PxC2bwDHG2wmJe1tAojQX0g4uS7pZAmE7YfA/hbdb5LisH+kNwXPgB0JJ+OSTqUgbM8AmxI6o5LisI0AG4DnwOLEBmOSzjet2/4ErEzY3pJUS8u8Z2g7Lk1cnpTUThGKtp2xmZa0vVensQ7YPhZPphTC9gdgTUL/pqQTTeuthch2vN14likJyNXAtoRS1JKzbevJSmh7NzCZgUgtT0iKg7RKthTb3gjMDgAxK2lzzi4L0Llga4F3uc0q6y8lbS3RLwKoQDwCRjIb1ypdDqJfgAfAun8OYDtSUOK8y1aU/1DORmAA531B5J5hvyfvzc5nSasGeoaFJx8FDhTci0WSfhVXwlLn0dVsLwOmMxDfgfWSfmR7QaHzq5LOVDcraMNvgX2SPlbteueBkpzfl3S4KZwF7fh19A1JP7v21ZFsCTCXCeWMpC2pS1XQlmszQRUgJqGYiNpkTlL0hawUQIxIel+rA7YPdopNk4MpSbuynisKtr8Cy1ts5gN06n1UuwCpyh1JMaD0Lbab9mufCTsQ8SNyFHgFXJH0pG/P9UjEMDIGvAEeVwfSWgqGcTKMbbYXDLN5ie2CA/wGhXraIc31IxUAAAAASUVORK5CYII=");
    background-size: 100%;
}

.bank-rank-box .success-button-box {
    text-align: center;
}

.bank-rank-box .success-button {
    margin: 20px auto 0;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
}

.group-edit-table .submit-button {
    margin-top: 20px;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    display: inline-block;
    background: #3a9ce8;
    border: #3a9ce8 1px solid;
    box-shadow: 1px 1px 3px #666;
    padding: 3px;
    border-radius: 3px;
    height: 16px;
    line-height: 16px;
}

.group-all-submit .submit-button {
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    display: inline-block;
    background: #3a9ce8;
    border: #3a9ce8 1px solid;
    box-shadow: 1px 1px 3px #666;
    padding: 3px;
    border-radius: 3px;
    height: 16px;
    line-height: 16px;
}

.bank-group-button {
    margin-right: 0;
    display: block;
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: dodgerblue;
    text-align: center;
}

.lottery-setting-button {
    text-align: center;
}

.lottery-setting-button .submit-button {
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    display: inline-block;
    background: #3a9ce8;
    border: #3a9ce8 1px solid;
    box-shadow: 1px 1px 3px #666;
    padding: 3px;
    border-radius: 3px;
    height: 16px;
    line-height: 16px;
}

.lottery-setting-button .submit-button.gray {
    background: #999;
    border: #999 1px solid;
}

.table-outer .table-list .customer-table .customer-html td input[type="text"],
.table-outer .table-list .referral-setting-table .referral-setting-html td input[type="text"] {
    width: 80%;
}

.table-outer .table-list .customer-table .customer-html td input[type="text"],
.table-outer .table-list .process-html-table .process-html td input[type="text"] {
    width: 160px;
    margin: 2px 0px;
}

.table-outer .table-list .process-html-table .process-html td .success-p {
    margin: 0 10px;
    padding: 3px 0px;
    border-radius: 4px;
    color: #52c41a;
    background: #f6ffed;
    border: 1px solid #b7eb8f;
}

.table-outer .table-list .process-html-table .process-html td .faild-p {
    margin: 0 10px;
    padding: 3px 0px;
    border-radius: 4px;
    color: #f5222d;
    background: #fff1f0;
    border: 1px solid #ffa39e;
}

.select-tab-bd .add-setting-box .box-con {
    width: auto;
}

.select-tab-bd .add-setting-box .input-outer {
    float: none;
}

.select-tab-bd .add-setting-box .box-con .input-outer input {
    width: 200px;
}

.ajax-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/loading.svg") no-repeat center center;
    background-size: 50px 50px;
    z-index: 2147483647;
}

.ajax-refresh {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ajax-refresh a {
    position: absolute;
    right: 20px;
    top: 60px;
    background: #3a9ce8;
    border-radius: 3px;
    padding: 5px 20px;
    display: block;
    height: 24px;
    line-height: 24px;
    color: #fff;
}

.ajax-refresh a.grey {
    background: #999;
}

.toggleOrder img {
    transform: rotate(180deg);
}

.toggleOrder.toggleDown img {
    transform: rotate(0deg);
}

.table-outer .table-list .deposit-table tfoot td a.submit-button,
.table-outer .table-list .withdraw-table tfoot td a.submit-button,
.table-outer .table-list .review-table .submit-button {
    padding: 5px 10px;
    color: #fff;
    border: none;
}

.table-outer .table-list .deposit-table tfoot td a.btn-fieldgreen,
.table-outer .table-list .withdraw-table tfoot td a.btn-fieldgreen,
.table-outer .table-list .usdt-withdraw-table tfoot td a.btn-fieldgreen,
.table-outer .table-list .review-table .accept-button,
.table-outer .table-list .not-pass-table .accept-button {
    background: green;
    border: green 1px solid;
}

.table-outer .table-list .deposit-table tfoot td a.btn-fieldred,
.table-outer .table-list .withdraw-table tfoot td a.btn-fieldred,
.table-outer .table-list .usdt-withdraw-table tfoot td a.btn-fieldred,
.table-outer .table-list .review-table .reject-button,
.table-outer .table-list .not-pass-table .reject-button {
    background: red;
    border: red 1px solid;
}

.table-outer-2 .table-list table thead th {
    text-align: left;
}

.table-outer-2 .table-list table tbody td {
    padding: 10px 0;
}

.table-outer-2 .table-list table tbody td label {
    display: inline-block;
    width: 35%;
    text-align: right;
    box-sizing: border-box;
    padding-right: 5px;
    vertical-align: middle;
    word-spacing: 0;
    letter-spacing: 0;
}

.table-outer-2 .table-list table tbody td .shot-label {
    width: 60px;
}

.table-outer-2 .table-list table tbody td input {
    padding-left: 5px;
    max-width: 42%;
}

.link-blue {
    color: dodgerblue
}

.in-color {
    color: green !important;
}

.income-table .in-color,
.third-report-table .in-color {
    color: green !important;
}

.out-color {
    color: red !important;
}

.add-role-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.add-role-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    margin: -18% 0 0 -18%;
    background: #fff;
    border: #3a9ce8 2px solid;
    box-shadow: 0px 0px 5px #3a9ce8;
}

.add-role-box .add-role-title {
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #3a9ce8;
    font-weight: bold;
    font-size: 16px;
}

.add-role-box .add-role-con {
    padding: 20px 10px;
    background: #fff;
}

.add-role-box .add-role-con .input-box-3 {
    text-align: left;
}

.add-role-box .add-role-con .input-box-3 .box-con {
    padding: 10px 30px
}

.add-role-box .box-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAlxJREFUWEfNl8+LjlEUxz/fnYWUnShkM4W/wM8NkfwoscBGKcpGWSgsmM0QCzUb+REbjVIoo4aahcyYPbFRFGGBf8Dqq6P31fO88zz33vd9yzjL555zz+eec+855xELLFpg//x/ALYvAjuBpcBlSXeHiZLtceAIMAXclvSiul8tArbvdZSrOpcknRsEwvYEcKjHdo+kp91vfwFsrwC+tDi6Jul0PxC2bwDHG2wmJe1tAojQX0g4uS7pZAmE7YfA/hbdb5LisH+kNwXPgB0JJ+OSTqUgbM8AmxI6o5LisI0AG4DnwOLEBmOSzjet2/4ErEzY3pJUS8u8Z2g7Lk1cnpTUThGKtp2xmZa0vVensQ7YPhZPphTC9gdgTUL/pqQTTeuthch2vN14likJyNXAtoRS1JKzbevJSmh7NzCZgUgtT0iKg7RKthTb3gjMDgAxK2lzzi4L0Llga4F3uc0q6y8lbS3RLwKoQDwCRjIb1ypdDqJfgAfAun8OYDtSUOK8y1aU/1DORmAA531B5J5hvyfvzc5nSasGeoaFJx8FDhTci0WSfhVXwlLn0dVsLwOmMxDfgfWSfmR7QaHzq5LOVDcraMNvgX2SPlbteueBkpzfl3S4KZwF7fh19A1JP7v21ZFsCTCXCeWMpC2pS1XQlmszQRUgJqGYiNpkTlL0hawUQIxIel+rA7YPdopNk4MpSbuynisKtr8Cy1ts5gN06n1UuwCpyh1JMaD0Lbab9mufCTsQ8SNyFHgFXJH0pG/P9UjEMDIGvAEeVwfSWgqGcTKMbbYXDLN5ie2CA/wGhXraIc31IxUAAAAASUVORK5CYII=");
    background-size: 100%;
}

.add-role-box .success-button-box {
    text-align: center;
}

.add-role-box .success-button {
    margin: 20px auto 0;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
}

.add-user-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.add-user-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    margin: -18% 0 0 -18%;
    background: #fff;
    border: #3a9ce8 2px solid;
    box-shadow: 0px 0px 5px #3a9ce8;
}

.add-user-box .add-user-title {
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #3a9ce8;
    font-weight: bold;
    font-size: 16px;
}

.add-user-box .add-user-con {
    padding: 20px 10px;
    background: #fff;
}

.add-user-box .add-user-con .input-box-3 {
    text-align: left;
}

.add-user-box .add-user-con .input-box-3 .box-con {
    padding: 10px 30px
}

.add-user-box .box-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAlxJREFUWEfNl8+LjlEUxz/fnYWUnShkM4W/wM8NkfwoscBGKcpGWSgsmM0QCzUb+REbjVIoo4aahcyYPbFRFGGBf8Dqq6P31fO88zz33vd9yzjL555zz+eec+855xELLFpg//x/ALYvAjuBpcBlSXeHiZLtceAIMAXclvSiul8tArbvdZSrOpcknRsEwvYEcKjHdo+kp91vfwFsrwC+tDi6Jul0PxC2bwDHG2wmJe1tAojQX0g4uS7pZAmE7YfA/hbdb5LisH+kNwXPgB0JJ+OSTqUgbM8AmxI6o5LisI0AG4DnwOLEBmOSzjet2/4ErEzY3pJUS8u8Z2g7Lk1cnpTUThGKtp2xmZa0vVensQ7YPhZPphTC9gdgTUL/pqQTTeuthch2vN14likJyNXAtoRS1JKzbevJSmh7NzCZgUgtT0iKg7RKthTb3gjMDgAxK2lzzi4L0Llga4F3uc0q6y8lbS3RLwKoQDwCRjIb1ypdDqJfgAfAun8OYDtSUOK8y1aU/1DORmAA531B5J5hvyfvzc5nSasGeoaFJx8FDhTci0WSfhVXwlLn0dVsLwOmMxDfgfWSfmR7QaHzq5LOVDcraMNvgX2SPlbteueBkpzfl3S4KZwF7fh19A1JP7v21ZFsCTCXCeWMpC2pS1XQlmszQRUgJqGYiNpkTlL0hawUQIxIel+rA7YPdopNk4MpSbuynisKtr8Cy1ts5gN06n1UuwCpyh1JMaD0Lbab9mufCTsQ8SNyFHgFXJH0pG/P9UjEMDIGvAEeVwfSWgqGcTKMbbYXDLN5ie2CA/wGhXraIc31IxUAAAAASUVORK5CYII=");
    background-size: 100%;
}

.add-user-box .success-button-box {
    text-align: center;
}

.add-user-box .success-button {
    margin: 20px auto 0;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
}

.update-user-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.update-user-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    margin: -18% 0 0 -18%;
    background: #fff;
    border: #3a9ce8 2px solid;
    box-shadow: 0px 0px 5px #3a9ce8;
}

.update-user-box .update-user-title {
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #3a9ce8;
    font-weight: bold;
    font-size: 16px;
}

.update-user-box .update-user-con {
    padding: 20px 10px;
    background: #fff;
}

.update-user-box .update-user-con .input-box-3 {
    text-align: left;
}

.update-user-box .update-user-con .input-box-3 .box-con {
    padding: 10px 30px
}

.update-user-box .box-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAlxJREFUWEfNl8+LjlEUxz/fnYWUnShkM4W/wM8NkfwoscBGKcpGWSgsmM0QCzUb+REbjVIoo4aahcyYPbFRFGGBf8Dqq6P31fO88zz33vd9yzjL555zz+eec+855xELLFpg//x/ALYvAjuBpcBlSXeHiZLtceAIMAXclvSiul8tArbvdZSrOpcknRsEwvYEcKjHdo+kp91vfwFsrwC+tDi6Jul0PxC2bwDHG2wmJe1tAojQX0g4uS7pZAmE7YfA/hbdb5LisH+kNwXPgB0JJ+OSTqUgbM8AmxI6o5LisI0AG4DnwOLEBmOSzjet2/4ErEzY3pJUS8u8Z2g7Lk1cnpTUThGKtp2xmZa0vVensQ7YPhZPphTC9gdgTUL/pqQTTeuthch2vN14likJyNXAtoRS1JKzbevJSmh7NzCZgUgtT0iKg7RKthTb3gjMDgAxK2lzzi4L0Llga4F3uc0q6y8lbS3RLwKoQDwCRjIb1ypdDqJfgAfAun8OYDtSUOK8y1aU/1DORmAA531B5J5hvyfvzc5nSasGeoaFJx8FDhTci0WSfhVXwlLn0dVsLwOmMxDfgfWSfmR7QaHzq5LOVDcraMNvgX2SPlbteueBkpzfl3S4KZwF7fh19A1JP7v21ZFsCTCXCeWMpC2pS1XQlmszQRUgJqGYiNpkTlL0hawUQIxIel+rA7YPdopNk4MpSbuynisKtr8Cy1ts5gN06n1UuwCpyh1JMaD0Lbab9mufCTsQ8SNyFHgFXJH0pG/P9UjEMDIGvAEeVwfSWgqGcTKMbbYXDLN5ie2CA/wGhXraIc31IxUAAAAASUVORK5CYII=");
    background-size: 100%;
}

.update-user-box .success-button-box {
    text-align: center;
}

.update-user-box .success-button {
    margin: 20px auto 0;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
}

.change-password-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.change-password-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    margin: -18% 0 0 -18%;
    background: #fff;
    border: #3a9ce8 2px solid;
    box-shadow: 0px 0px 5px #3a9ce8;
}

.change-password-box .change-password-title {
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #3a9ce8;
    font-weight: bold;
    font-size: 16px;
}

.change-password-box .change-password-con {
    padding: 20px 10px;
    background: #fff;
}

.change-password-box .change-password-con .input-box-3 {
    text-align: left;
}

.change-password-box .change-password-con .input-box-3 .box-con {
    padding: 10px 30px
}

.change-password-box .box-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAlxJREFUWEfNl8+LjlEUxz/fnYWUnShkM4W/wM8NkfwoscBGKcpGWSgsmM0QCzUb+REbjVIoo4aahcyYPbFRFGGBf8Dqq6P31fO88zz33vd9yzjL555zz+eec+855xELLFpg//x/ALYvAjuBpcBlSXeHiZLtceAIMAXclvSiul8tArbvdZSrOpcknRsEwvYEcKjHdo+kp91vfwFsrwC+tDi6Jul0PxC2bwDHG2wmJe1tAojQX0g4uS7pZAmE7YfA/hbdb5LisH+kNwXPgB0JJ+OSTqUgbM8AmxI6o5LisI0AG4DnwOLEBmOSzjet2/4ErEzY3pJUS8u8Z2g7Lk1cnpTUThGKtp2xmZa0vVensQ7YPhZPphTC9gdgTUL/pqQTTeuthch2vN14likJyNXAtoRS1JKzbevJSmh7NzCZgUgtT0iKg7RKthTb3gjMDgAxK2lzzi4L0Llga4F3uc0q6y8lbS3RLwKoQDwCRjIb1ypdDqJfgAfAun8OYDtSUOK8y1aU/1DORmAA531B5J5hvyfvzc5nSasGeoaFJx8FDhTci0WSfhVXwlLn0dVsLwOmMxDfgfWSfmR7QaHzq5LOVDcraMNvgX2SPlbteueBkpzfl3S4KZwF7fh19A1JP7v21ZFsCTCXCeWMpC2pS1XQlmszQRUgJqGYiNpkTlL0hawUQIxIel+rA7YPdopNk4MpSbuynisKtr8Cy1ts5gN06n1UuwCpyh1JMaD0Lbab9mufCTsQ8SNyFHgFXJH0pG/P9UjEMDIGvAEeVwfSWgqGcTKMbbYXDLN5ie2CA/wGhXraIc31IxUAAAAASUVORK5CYII=");
    background-size: 100%;
}

.change-password-box .success-button-box {
    text-align: center;
}

.change-password-box .success-button {
    margin: 20px auto 0;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
}

.auth-setting-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.auth-setting-box {
    position: absolute;
    left: 50%;
    top: 80px;
    width: 60%;
    height: 80%;
    margin-left: -25%;
    background: #fff;
    border: #3a9ce8 2px solid;
    box-shadow: 0px 0px 5px #3a9ce8;
    overflow: hidden;
}

.auth-setting-box .auth-setting-title {
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #3a9ce8;
    font-weight: bold;
    font-size: 16px;
}

.auth-setting-box .auth-setting-con {
    position: relative;
    height: 95.4%;
    background: #fff;
    overflow: auto;
    box-sizing: border-box;
    color: #333;
}

.auth-setting-box .box-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAlxJREFUWEfNl8+LjlEUxz/fnYWUnShkM4W/wM8NkfwoscBGKcpGWSgsmM0QCzUb+REbjVIoo4aahcyYPbFRFGGBf8Dqq6P31fO88zz33vd9yzjL555zz+eec+855xELLFpg//x/ALYvAjuBpcBlSXeHiZLtceAIMAXclvSiul8tArbvdZSrOpcknRsEwvYEcKjHdo+kp91vfwFsrwC+tDi6Jul0PxC2bwDHG2wmJe1tAojQX0g4uS7pZAmE7YfA/hbdb5LisH+kNwXPgB0JJ+OSTqUgbM8AmxI6o5LisI0AG4DnwOLEBmOSzjet2/4ErEzY3pJUS8u8Z2g7Lk1cnpTUThGKtp2xmZa0vVensQ7YPhZPphTC9gdgTUL/pqQTTeuthch2vN14likJyNXAtoRS1JKzbevJSmh7NzCZgUgtT0iKg7RKthTb3gjMDgAxK2lzzi4L0Llga4F3uc0q6y8lbS3RLwKoQDwCRjIb1ypdDqJfgAfAun8OYDtSUOK8y1aU/1DORmAA531B5J5hvyfvzc5nSasGeoaFJx8FDhTci0WSfhVXwlLn0dVsLwOmMxDfgfWSfmR7QaHzq5LOVDcraMNvgX2SPlbteueBkpzfl3S4KZwF7fh19A1JP7v21ZFsCTCXCeWMpC2pS1XQlmszQRUgJqGYiNpkTlL0hawUQIxIel+rA7YPdopNk4MpSbuynisKtr8Cy1ts5gN06n1UuwCpyh1JMaD0Lbab9mufCTsQ8SNyFHgFXJH0pG/P9UjEMDIGvAEeVwfSWgqGcTKMbbYXDLN5ie2CA/wGhXraIc31IxUAAAAASUVORK5CYII=");
    background-size: 100%;
}

.auth-setting-box .success-button-box {
    margin-bottom: 30px;
    text-align: center;
}

.auth-setting-box .success-button {
    margin: 20px auto 0;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
}

.auth-setting-box .tree-content {
    position: relative;
    padding: 20px 10px 0 30px;
}

.auth-setting-box .tree-content .div-inline {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
}

.auth-setting-box .tree-content .toggle-button {
    padding-top: 8px;
    height: 15px;
    line-height: 8px;
}

.auth-setting-box .tree-content .tree-node-toggle-button {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    font-size: 32px;
    font-weight: bold;
    color: #3a9ce8;
    width: 24px;
    text-align: center;
}

.auth-setting-box .tree-content .tree-node-parent {
    margin-left: 10px;
}

.auth-setting-box .tree-content .tree-node-parent p {
    padding: 8px 0;
    height: 15px;
    line-height: 15px;
}

.auth-setting-box .tree-content .tree-node-parent p span {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    font-size: 16px;
    font-weight: bold;
}

.auth-setting-box .tree-content .tree-node-child p span {
    font-size: 14px;
    font-weight: normal;
}

.auth-setting-box .tree-content .tree-node-parent-checkbox,
.auth-setting-box .tree-content .tree-node-child-checkbox {
    padding-left: 0;
    margin-right: 8px;
    width: 15px;
    height: 15px;
}

.auth-setting-box .tree-content .tree-node-child {
    margin-left: 25px;
}

.auth-setting-box .tree-content .tree-node-child p .sub-click {
    cursor: pointer;
    color: blue;
}

.auth-setting-box .sub-auth-box {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
    padding-top: 20px;
    background: #eee;
    box-sizing: border-box;
}

.auth-setting-box .sub-auth-box h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.auth-setting-box .sub-auth-box h3 {
    padding-left: 30px;
    font-weight: bold;
}

.auth-setting-box .sub-auth-box .check-outer {
    padding-left: 22px;
}

.auth-setting-box .sub-auth-box p {
    display: inline-block;
    padding: 8px;
}

.auth-setting-box .sub-auth-box p span {
    padding-left: 10px;
}

.auth-setting-box .sub-auth-box .sub-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
    color: #333;
}

.add-game-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.add-game-box {
    position: absolute;
    left: 50%;
    top: 80px;
    width: 60%;
    height: 80%;
    margin-left: -25%;
    background: #fff;
    border: #3a9ce8 2px solid;
    box-shadow: 0px 0px 5px #3a9ce8;
    overflow: hidden;
}

.add-game-box .add-game-title {
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #3a9ce8;
    font-weight: bold;
    font-size: 16px;
}

.add-game-box .add-game-con {
    position: relative;
    height: 95%;
    padding: 20px 10px;
    background: #fff;
    overflow: auto;
    box-sizing: border-box;
}

.add-game-box .box-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAlxJREFUWEfNl8+LjlEUxz/fnYWUnShkM4W/wM8NkfwoscBGKcpGWSgsmM0QCzUb+REbjVIoo4aahcyYPbFRFGGBf8Dqq6P31fO88zz33vd9yzjL555zz+eec+855xELLFpg//x/ALYvAjuBpcBlSXeHiZLtceAIMAXclvSiul8tArbvdZSrOpcknRsEwvYEcKjHdo+kp91vfwFsrwC+tDi6Jul0PxC2bwDHG2wmJe1tAojQX0g4uS7pZAmE7YfA/hbdb5LisH+kNwXPgB0JJ+OSTqUgbM8AmxI6o5LisI0AG4DnwOLEBmOSzjet2/4ErEzY3pJUS8u8Z2g7Lk1cnpTUThGKtp2xmZa0vVensQ7YPhZPphTC9gdgTUL/pqQTTeuthch2vN14likJyNXAtoRS1JKzbevJSmh7NzCZgUgtT0iKg7RKthTb3gjMDgAxK2lzzi4L0Llga4F3uc0q6y8lbS3RLwKoQDwCRjIb1ypdDqJfgAfAun8OYDtSUOK8y1aU/1DORmAA531B5J5hvyfvzc5nSasGeoaFJx8FDhTci0WSfhVXwlLn0dVsLwOmMxDfgfWSfmR7QaHzq5LOVDcraMNvgX2SPlbteueBkpzfl3S4KZwF7fh19A1JP7v21ZFsCTCXCeWMpC2pS1XQlmszQRUgJqGYiNpkTlL0hawUQIxIel+rA7YPdopNk4MpSbuynisKtr8Cy1ts5gN06n1UuwCpyh1JMaD0Lbab9mufCTsQ8SNyFHgFXJH0pG/P9UjEMDIGvAEeVwfSWgqGcTKMbbYXDLN5ie2CA/wGhXraIc31IxUAAAAASUVORK5CYII=");
    background-size: 100%;
}

.add-game-box .success-button-box {
    text-align: center;
}

.add-game-box .success-button {
    margin: 20px auto 0;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
}

.add-game-box .theme-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    gap: 1rem;
    color: #aaa;
}

.add-game-box .theme-title div.active {
    color: #3a9ce8;
    border-bottom: 3px solid #3a9ce8;
}

.add-game-box .tree-content {
    padding-left: 30px;
}

.add-game-box .tree-content .div-inline {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
}

.add-game-box .tree-content .toggle-button {
    padding-top: 8px;
    height: 15px;
    line-height: 8px;
}

.add-game-box .tree-content .tree-node-toggle-button {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    font-size: 32px;
    font-weight: bold;
    color: #3a9ce8;
    width: 24px;
    text-align: center;
}

.add-game-box .tree-content .tree-node-parent {
    margin-left: 10px;
}

.add-game-box .tree-content .tree-node-parent p {
    padding: 8px 0;
    height: 15px;
    line-height: 15px;
}

.add-game-box .tree-content .tree-node-parent p span {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.add-game-box .tree-content .tree-node-child p span {
    font-size: 14px;
    font-weight: normal;
}

.add-game-box .tree-content .tree-node-parent-checkbox,
.add-game-box .tree-content .tree-node-child-checkbox {
    padding-left: 0;
    margin-right: 8px;
    width: 15px;
    height: 15px;
}

.add-game-box .tree-content .tree-node-child {
    margin-left: 25px;
}

.add-game-box .tree-content .tree-node-child p .sub-click {
    cursor: pointer;
    color: blue;
}

.add-game-box .tree-content .tree-node-child .tree-box-third {
    height: auto;
}

.add-game-box .tree-content .tree-node-child .tree-box-third .tree-node-toggle-button {
    margin-top: -3px;
}

.add-game-box .tree-content .tree-node-child .tree-box-third .checkbox-outer {
    position: relative;
}

.add-game-box .tree-content .tree-node-child .tree-box-third .checkbox-outer i {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.add-game-box .tree-content .tree-node-child.theme-v2 .tree-box-third .checkbox-outer span.checkbox {
    width: 13.9px;
    height: 13.9px;
    position: relative;
    top: -1.5px;
    margin-right: 8px;
}

.add-game-box .tree-content .tree-node-child.theme-v2 .tree-box-third .checkbox-outer span.checkbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.5px;
    width: 12.5px;
    height: 12.5px;
    border: 1.4px solid #767676;
    background-color: white;
    border-radius: 0.15rem;
    line-height: 18px;
}

.add-game-box .tree-content .tree-node-child.theme-v2 .tree-box-third .checkbox-outer input[type="checkbox"]:checked+span.checkbox::before {
    content: "f";
    font-size: 14px;
    background-color: #ffd840;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-color: #ffd840;
}

.add-game-box .tree-content .tree-node-child.theme-v2 .tree-box-third>.checkbox-outer .checkbox {
    display: none;
}

.add-game-box .tree-content .tree-node-child.theme-v2 .tree-box-fourth .tree-node-child-checkbox {
    display: none;
}

.add-game-box .tree-content .tree-node-child .tree-box-fourth {
    margin-left: 50px;
}

.add-game-box .sub-auth-box {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
    padding-top: 30px;
}

.add-game-box .sub-auth-box p {
    padding: 8px 0;
}

.add-game-box .sub-auth-box p span {
    padding-left: 10px;
}

.add-game-box .sub-auth-box .sub-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
}

.edit-bank-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.edit-bank-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    margin: -18% 0 0 -18%;
    background: #fff;
    border: #3a9ce8 2px solid;
    box-shadow: 0px 0px 5px #3a9ce8;
}

.edit-bank-box .edit-bank-title {
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #3a9ce8;
    font-weight: bold;
    font-size: 16px;
}

.edit-bank-box .edit-bank-con {
    padding: 20px 10px;
    background: #fff;
}

.edit-bank-box .edit-bank-con .input-box-3 {
    text-align: left;
}

.edit-bank-box .edit-bank-con .input-box-3 .box-con {
    padding: 10px 30px;
    width: 100%;
    box-sizing: border-box;
}

.edit-bank-box .box-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAlxJREFUWEfNl8+LjlEUxz/fnYWUnShkM4W/wM8NkfwoscBGKcpGWSgsmM0QCzUb+REbjVIoo4aahcyYPbFRFGGBf8Dqq6P31fO88zz33vd9yzjL555zz+eec+855xELLFpg//x/ALYvAjuBpcBlSXeHiZLtceAIMAXclvSiul8tArbvdZSrOpcknRsEwvYEcKjHdo+kp91vfwFsrwC+tDi6Jul0PxC2bwDHG2wmJe1tAojQX0g4uS7pZAmE7YfA/hbdb5LisH+kNwXPgB0JJ+OSTqUgbM8AmxI6o5LisI0AG4DnwOLEBmOSzjet2/4ErEzY3pJUS8u8Z2g7Lk1cnpTUThGKtp2xmZa0vVensQ7YPhZPphTC9gdgTUL/pqQTTeuthch2vN14likJyNXAtoRS1JKzbevJSmh7NzCZgUgtT0iKg7RKthTb3gjMDgAxK2lzzi4L0Llga4F3uc0q6y8lbS3RLwKoQDwCRjIb1ypdDqJfgAfAun8OYDtSUOK8y1aU/1DORmAA531B5J5hvyfvzc5nSasGeoaFJx8FDhTci0WSfhVXwlLn0dVsLwOmMxDfgfWSfmR7QaHzq5LOVDcraMNvgX2SPlbteueBkpzfl3S4KZwF7fh19A1JP7v21ZFsCTCXCeWMpC2pS1XQlmszQRUgJqGYiNpkTlL0hawUQIxIel+rA7YPdopNk4MpSbuynisKtr8Cy1ts5gN06n1UuwCpyh1JMaD0Lbab9mufCTsQ8SNyFHgFXJH0pG/P9UjEMDIGvAEeVwfSWgqGcTKMbbYXDLN5ie2CA/wGhXraIc31IxUAAAAASUVORK5CYII=");
    background-size: 100%;
}

.edit-bank-box .success-button-box {
    text-align: center;
}

.edit-bank-box .success-button {
    margin: 20px auto 0;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
}

.review-bank-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.review-bank-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    margin: -18% 0 0 -18%;
    background: #fff;
    border: #3a9ce8 2px solid;
    box-shadow: 0px 0px 5px #3a9ce8;
}

.review-bank-box .review-bank-title {
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #3a9ce8;
    font-weight: bold;
    font-size: 16px;
}

.review-bank-box .review-bank-con {
    padding: 20px 10px;
    background: #fff;
}

.review-bank-box .review-bank-con .input-box-3 {
    text-align: left;
}

.review-bank-box .review-bank-con .input-box-3 .box-con {
    padding: 10px 30px;
    width: 100%;
    box-sizing: border-box;
}

.review-bank-box .box-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAlxJREFUWEfNl8+LjlEUxz/fnYWUnShkM4W/wM8NkfwoscBGKcpGWSgsmM0QCzUb+REbjVIoo4aahcyYPbFRFGGBf8Dqq6P31fO88zz33vd9yzjL555zz+eec+855xELLFpg//x/ALYvAjuBpcBlSXeHiZLtceAIMAXclvSiul8tArbvdZSrOpcknRsEwvYEcKjHdo+kp91vfwFsrwC+tDi6Jul0PxC2bwDHG2wmJe1tAojQX0g4uS7pZAmE7YfA/hbdb5LisH+kNwXPgB0JJ+OSTqUgbM8AmxI6o5LisI0AG4DnwOLEBmOSzjet2/4ErEzY3pJUS8u8Z2g7Lk1cnpTUThGKtp2xmZa0vVensQ7YPhZPphTC9gdgTUL/pqQTTeuthch2vN14likJyNXAtoRS1JKzbevJSmh7NzCZgUgtT0iKg7RKthTb3gjMDgAxK2lzzi4L0Llga4F3uc0q6y8lbS3RLwKoQDwCRjIb1ypdDqJfgAfAun8OYDtSUOK8y1aU/1DORmAA531B5J5hvyfvzc5nSasGeoaFJx8FDhTci0WSfhVXwlLn0dVsLwOmMxDfgfWSfmR7QaHzq5LOVDcraMNvgX2SPlbteueBkpzfl3S4KZwF7fh19A1JP7v21ZFsCTCXCeWMpC2pS1XQlmszQRUgJqGYiNpkTlL0hawUQIxIel+rA7YPdopNk4MpSbuynisKtr8Cy1ts5gN06n1UuwCpyh1JMaD0Lbab9mufCTsQ8SNyFHgFXJH0pG/P9UjEMDIGvAEeVwfSWgqGcTKMbbYXDLN5ie2CA/wGhXraIc31IxUAAAAASUVORK5CYII=");
    background-size: 100%;
}

.review-bank-box .success-button-box {
    text-align: center;
}

.review-bank-box .success-button {
    margin: 20px auto 0;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
}

.origin-add-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.origin-add-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 55%;
    margin: -19% 0 0 -19%;
    background: #fff;
    border: #3a9ce8 2px solid;
    box-shadow: 0px 0px 5px #3a9ce8;
}

.origin-add-box .origin-add-title {
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #3a9ce8;
    font-weight: bold;
    font-size: 16px;
}

.origin-add-box .origin-add-con {
    padding: 20px 10px;
    background: #fff;
}

.origin-add-box .origin-add-con .input-box-3 {
    position: relative;
    text-align: left;
    padding-top: 35px;
}

.origin-add-box .origin-add-con .input-box-3 .box-con {
    position: relative;
    padding: 10px 30px
}

.origin-add-box .box-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAlxJREFUWEfNl8+LjlEUxz/fnYWUnShkM4W/wM8NkfwoscBGKcpGWSgsmM0QCzUb+REbjVIoo4aahcyYPbFRFGGBf8Dqq6P31fO88zz33vd9yzjL555zz+eec+855xELLFpg//x/ALYvAjuBpcBlSXeHiZLtceAIMAXclvSiul8tArbvdZSrOpcknRsEwvYEcKjHdo+kp91vfwFsrwC+tDi6Jul0PxC2bwDHG2wmJe1tAojQX0g4uS7pZAmE7YfA/hbdb5LisH+kNwXPgB0JJ+OSTqUgbM8AmxI6o5LisI0AG4DnwOLEBmOSzjet2/4ErEzY3pJUS8u8Z2g7Lk1cnpTUThGKtp2xmZa0vVensQ7YPhZPphTC9gdgTUL/pqQTTeuthch2vN14likJyNXAtoRS1JKzbevJSmh7NzCZgUgtT0iKg7RKthTb3gjMDgAxK2lzzi4L0Llga4F3uc0q6y8lbS3RLwKoQDwCRjIb1ypdDqJfgAfAun8OYDtSUOK8y1aU/1DORmAA531B5J5hvyfvzc5nSasGeoaFJx8FDhTci0WSfhVXwlLn0dVsLwOmMxDfgfWSfmR7QaHzq5LOVDcraMNvgX2SPlbteueBkpzfl3S4KZwF7fh19A1JP7v21ZFsCTCXCeWMpC2pS1XQlmszQRUgJqGYiNpkTlL0hawUQIxIel+rA7YPdopNk4MpSbuynisKtr8Cy1ts5gN06n1UuwCpyh1JMaD0Lbab9mufCTsQ8SNyFHgFXJH0pG/P9UjEMDIGvAEeVwfSWgqGcTKMbbYXDLN5ie2CA/wGhXraIc31IxUAAAAASUVORK5CYII=");
    background-size: 100%;
}

.origin-add-box .success-button-box {
    text-align: center;
}

.origin-add-box .success-button {
    margin: 20px auto 0;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
}

.origin-add-box .origin-add-con .input-box-3 .add-button-box {
    position: absolute;
    top: 0;
    right: 10px;
}

.origin-add-box .origin-add-con .input-box-3 .add-button-box .add-button {
    margin-top: 0;
}

.origin-agent-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.origin-agent-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 55%;
    margin: -19% 0 0 -19%;
    background: #fff;
    border: #3a9ce8 2px solid;
    box-shadow: 0px 0px 5px #3a9ce8;
}

.origin-agent-box .origin-agent-title {
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #3a9ce8;
    font-weight: bold;
    font-size: 16px;
}

.origin-agent-box .origin-agent-con {
    padding: 20px 10px;
    background: #fff;
}

.origin-agent-box .origin-agent-con .input-box-3 {
    position: relative;
    text-align: left;
    padding-top: 35px;
}

.origin-agent-box .origin-agent-con .input-box-3 .box-con {
    position: relative;
    padding: 10px 30px
}

.origin-agent-box .box-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAlxJREFUWEfNl8+LjlEUxz/fnYWUnShkM4W/wM8NkfwoscBGKcpGWSgsmM0QCzUb+REbjVIoo4aahcyYPbFRFGGBf8Dqq6P31fO88zz33vd9yzjL555zz+eec+855xELLFpg//x/ALYvAjuBpcBlSXeHiZLtceAIMAXclvSiul8tArbvdZSrOpcknRsEwvYEcKjHdo+kp91vfwFsrwC+tDi6Jul0PxC2bwDHG2wmJe1tAojQX0g4uS7pZAmE7YfA/hbdb5LisH+kNwXPgB0JJ+OSTqUgbM8AmxI6o5LisI0AG4DnwOLEBmOSzjet2/4ErEzY3pJUS8u8Z2g7Lk1cnpTUThGKtp2xmZa0vVensQ7YPhZPphTC9gdgTUL/pqQTTeuthch2vN14likJyNXAtoRS1JKzbevJSmh7NzCZgUgtT0iKg7RKthTb3gjMDgAxK2lzzi4L0Llga4F3uc0q6y8lbS3RLwKoQDwCRjIb1ypdDqJfgAfAun8OYDtSUOK8y1aU/1DORmAA531B5J5hvyfvzc5nSasGeoaFJx8FDhTci0WSfhVXwlLn0dVsLwOmMxDfgfWSfmR7QaHzq5LOVDcraMNvgX2SPlbteueBkpzfl3S4KZwF7fh19A1JP7v21ZFsCTCXCeWMpC2pS1XQlmszQRUgJqGYiNpkTlL0hawUQIxIel+rA7YPdopNk4MpSbuynisKtr8Cy1ts5gN06n1UuwCpyh1JMaD0Lbab9mufCTsQ8SNyFHgFXJH0pG/P9UjEMDIGvAEeVwfSWgqGcTKMbbYXDLN5ie2CA/wGhXraIc31IxUAAAAASUVORK5CYII=");
    background-size: 100%;
}

.origin-agent-box .success-button-box {
    text-align: center;
}

.origin-agent-box .success-button {
    margin: 20px auto 0;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
}

.origin-agent-box .origin-agent-con .input-box-3 .add-button-box {
    position: absolute;
    top: 0;
    right: 10px;
}

.origin-agent-box .origin-agent-con .input-box-3 .add-button-box .add-button {
    margin-top: 0;
}

.prizes-add-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.prizes-add-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30%;
    margin: -16% 0 0 -7%;
    background: #fff;
    border: #3a9ce8 2px solid;
    box-shadow: 0px 0px 5px #3a9ce8;
}

.prizes-add-box .prizes-add-title {
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #3a9ce8;
    font-weight: bold;
    font-size: 16px;
}

.prizes-add-box .prizes-add-con {
    padding: 20px 10px;
    background: #fff;
}

.prizes-add-box .prizes-add-con .input-box-3 {
    position: relative;
    text-align: left;
}

.prizes-add-box .prizes-add-con .input-box-3 .box-con {
    position: relative;
    padding: 10px 30px
}

.prizes-add-box .box-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAlxJREFUWEfNl8+LjlEUxz/fnYWUnShkM4W/wM8NkfwoscBGKcpGWSgsmM0QCzUb+REbjVIoo4aahcyYPbFRFGGBf8Dqq6P31fO88zz33vd9yzjL555zz+eec+855xELLFpg//x/ALYvAjuBpcBlSXeHiZLtceAIMAXclvSiul8tArbvdZSrOpcknRsEwvYEcKjHdo+kp91vfwFsrwC+tDi6Jul0PxC2bwDHG2wmJe1tAojQX0g4uS7pZAmE7YfA/hbdb5LisH+kNwXPgB0JJ+OSTqUgbM8AmxI6o5LisI0AG4DnwOLEBmOSzjet2/4ErEzY3pJUS8u8Z2g7Lk1cnpTUThGKtp2xmZa0vVensQ7YPhZPphTC9gdgTUL/pqQTTeuthch2vN14likJyNXAtoRS1JKzbevJSmh7NzCZgUgtT0iKg7RKthTb3gjMDgAxK2lzzi4L0Llga4F3uc0q6y8lbS3RLwKoQDwCRjIb1ypdDqJfgAfAun8OYDtSUOK8y1aU/1DORmAA531B5J5hvyfvzc5nSasGeoaFJx8FDhTci0WSfhVXwlLn0dVsLwOmMxDfgfWSfmR7QaHzq5LOVDcraMNvgX2SPlbteueBkpzfl3S4KZwF7fh19A1JP7v21ZFsCTCXCeWMpC2pS1XQlmszQRUgJqGYiNpkTlL0hawUQIxIel+rA7YPdopNk4MpSbuynisKtr8Cy1ts5gN06n1UuwCpyh1JMaD0Lbab9mufCTsQ8SNyFHgFXJH0pG/P9UjEMDIGvAEeVwfSWgqGcTKMbbYXDLN5ie2CA/wGhXraIc31IxUAAAAASUVORK5CYII=");
    background-size: 100%;
}

.prizes-add-box .success-button-box {
    text-align: center;
}

.prizes-add-box .success-button {
    margin: 20px auto 0;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
}

.prizes-add-box .prizes-add-con .input-box-3 .add-button-box {
    position: absolute;
    top: 0;
    right: 10px;
}

.prizes-add-box .prizes-add-con .input-box-3 .add-button-box .add-button {
    margin-top: 0;
}

.rebate-all-bg,
.rebate-turnover-all-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.rebate-all-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 55%;
    margin: -19% 0 0 -19%;
    background: #fff;
    border: #3a9ce8 2px solid;
    box-shadow: 0px 0px 5px #3a9ce8;
}

.rebate-all-box .rebate-all-title {
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #3a9ce8;
    font-weight: bold;
    font-size: 16px;
}

.rebate-all-box .rebate-all-con {
    padding: 20px 10px;
    background: #fff;
}

.rebate-all-box .rebate-all-con .input-box-3 {
    position: relative;
    text-align: center;
    padding-top: 35px;
}

.rebate-all-box .rebate-all-con .input-box-3 .box-con {
    position: relative;
    padding: 10px 30px;
    text-align: right;
}

.rebate-all-box .rebate-all-con .input-box-3 .box-con label {
    width: 115px;
    padding-right: 10px;
}

.rebate-all-box .rebate-all-con .input-box-3 .box-con .input-outer.success-word {
    display: none;
}

.rebate-all-box .rebate-all-con .input-box-3 .box-con .input-outer.success-word label {
    font-weight: bold;
}

.rebate-all-box .rebate-all-con .input-box-3 .box-con .input-outer.success-word span {
    font-weight: bold;
    width: 237px;
    padding-right: 90px;
}

.rebate-all-box .box-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAlxJREFUWEfNl8+LjlEUxz/fnYWUnShkM4W/wM8NkfwoscBGKcpGWSgsmM0QCzUb+REbjVIoo4aahcyYPbFRFGGBf8Dqq6P31fO88zz33vd9yzjL555zz+eec+855xELLFpg//x/ALYvAjuBpcBlSXeHiZLtceAIMAXclvSiul8tArbvdZSrOpcknRsEwvYEcKjHdo+kp91vfwFsrwC+tDi6Jul0PxC2bwDHG2wmJe1tAojQX0g4uS7pZAmE7YfA/hbdb5LisH+kNwXPgB0JJ+OSTqUgbM8AmxI6o5LisI0AG4DnwOLEBmOSzjet2/4ErEzY3pJUS8u8Z2g7Lk1cnpTUThGKtp2xmZa0vVensQ7YPhZPphTC9gdgTUL/pqQTTeuthch2vN14likJyNXAtoRS1JKzbevJSmh7NzCZgUgtT0iKg7RKthTb3gjMDgAxK2lzzi4L0Llga4F3uc0q6y8lbS3RLwKoQDwCRjIb1ypdDqJfgAfAun8OYDtSUOK8y1aU/1DORmAA531B5J5hvyfvzc5nSasGeoaFJx8FDhTci0WSfhVXwlLn0dVsLwOmMxDfgfWSfmR7QaHzq5LOVDcraMNvgX2SPlbteueBkpzfl3S4KZwF7fh19A1JP7v21ZFsCTCXCeWMpC2pS1XQlmszQRUgJqGYiNpkTlL0hawUQIxIel+rA7YPdopNk4MpSbuynisKtr8Cy1ts5gN06n1UuwCpyh1JMaD0Lbab9mufCTsQ8SNyFHgFXJH0pG/P9UjEMDIGvAEeVwfSWgqGcTKMbbYXDLN5ie2CA/wGhXraIc31IxUAAAAASUVORK5CYII=");
    background-size: 100%;
}

.rebate-all-box .success-button-box {
    text-align: center;
}

.rebate-all-box .success-button {
    margin: 20px auto 0;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
}

.rebate-all-box .success-button.rebate-count {
    margin-top: 0;
    margin-left: 10px;
}

.rebate-all-box .success-button.gray {
    background: #999;
}

.rebate-confirm-bg,
.rebate-turnover-all-confirm-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.rebate-confirm-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 55%;
    margin: -19% 0 0 -19%;
    background: #fff;
    border: #3a9ce8 2px solid;
    box-shadow: 0px 0px 5px #3a9ce8;
}

.rebate-confirm-box .rebate-confirm-title {
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #3a9ce8;
    font-weight: bold;
    font-size: 16px;
}

.rebate-confirm-box .rebate-confirm-con {
    padding: 20px 10px;
    background: #fff;
}

.rebate-confirm-box .rebate-confirm-con .input-box-3 {
    position: relative;
    text-align: center;
    padding-top: 35px;
}

.rebate-confirm-box .rebate-confirm-con .input-box-3 .box-con {
    position: relative;
    padding: 10px 30px;
    text-align: right;
}

.rebate-confirm-box .rebate-confirm-con .input-box-3 .box-con label {
    width: 115px;
    padding-right: 10px;
}

.rebate-confirm-box .rebate-confirm-con .input-box-3 .box-con .input-outer.success-word {
    display: none;
}

.rebate-confirm-box .rebate-confirm-con .input-box-3 .box-con .input-outer.success-word label {
    font-weight: bold;
}

.rebate-confirm-box .rebate-confirm-con .input-box-3 .box-con .input-outer.success-word span {
    font-weight: bold;
    width: 237px;
    padding-right: 90px;
}

.rebate-confirm-box .box-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAlxJREFUWEfNl8+LjlEUxz/fnYWUnShkM4W/wM8NkfwoscBGKcpGWSgsmM0QCzUb+REbjVIoo4aahcyYPbFRFGGBf8Dqq6P31fO88zz33vd9yzjL555zz+eec+855xELLFpg//x/ALYvAjuBpcBlSXeHiZLtceAIMAXclvSiul8tArbvdZSrOpcknRsEwvYEcKjHdo+kp91vfwFsrwC+tDi6Jul0PxC2bwDHG2wmJe1tAojQX0g4uS7pZAmE7YfA/hbdb5LisH+kNwXPgB0JJ+OSTqUgbM8AmxI6o5LisI0AG4DnwOLEBmOSzjet2/4ErEzY3pJUS8u8Z2g7Lk1cnpTUThGKtp2xmZa0vVensQ7YPhZPphTC9gdgTUL/pqQTTeuthch2vN14likJyNXAtoRS1JKzbevJSmh7NzCZgUgtT0iKg7RKthTb3gjMDgAxK2lzzi4L0Llga4F3uc0q6y8lbS3RLwKoQDwCRjIb1ypdDqJfgAfAun8OYDtSUOK8y1aU/1DORmAA531B5J5hvyfvzc5nSasGeoaFJx8FDhTci0WSfhVXwlLn0dVsLwOmMxDfgfWSfmR7QaHzq5LOVDcraMNvgX2SPlbteueBkpzfl3S4KZwF7fh19A1JP7v21ZFsCTCXCeWMpC2pS1XQlmszQRUgJqGYiNpkTlL0hawUQIxIel+rA7YPdopNk4MpSbuynisKtr8Cy1ts5gN06n1UuwCpyh1JMaD0Lbab9mufCTsQ8SNyFHgFXJH0pG/P9UjEMDIGvAEeVwfSWgqGcTKMbbYXDLN5ie2CA/wGhXraIc31IxUAAAAASUVORK5CYII=");
    background-size: 100%;
}

.rebate-confirm-box .success-button-box {
    text-align: center;
}

.rebate-confirm-box .success-button {
    margin: 20px auto 0;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
}

.rebate-confirm-box .success-button.rebate-count {
    margin-top: 0;
    margin-left: 10px;
}

.rebate-confirm-box .success-button.gray {
    background: #999;
}

.bet-range-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bet-range-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    margin: -18% 0 0 -18%;
    background: #fff;
    border: #3a9ce8 2px solid;
    box-shadow: 0px 0px 5px #3a9ce8;
}

.bet-range-box .bet-range-title {
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #3a9ce8;
    font-weight: bold;
    font-size: 16px;
}

.bet-range-box .bet-range-con {
    padding: 20px 10px;
    background: #fff;
}

.bet-range-box .bet-range-con .bet-range-input li {
    margin-top: 15px;
}

.bet-range-box .bet-range-con .bet-range-input .label-box {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    width: 175px;
    text-align: right;
    padding-right: 10px;
}

.bet-range-box .bet-range-con .bet-range-input label {
    padding-right: 10px;
    height: 24px;
    line-height: 24px;
}

.bet-range-box .bet-range-con .bet-range-input input {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    word-spacing: 0;
    border-radius: 3px;
    border: #999 1px solid;
    padding-left: 10px;
    width: 190px;
    height: 24px;
}

.bet-range-box .box-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAlxJREFUWEfNl8+LjlEUxz/fnYWUnShkM4W/wM8NkfwoscBGKcpGWSgsmM0QCzUb+REbjVIoo4aahcyYPbFRFGGBf8Dqq6P31fO88zz33vd9yzjL555zz+eec+855xELLFpg//x/ALYvAjuBpcBlSXeHiZLtceAIMAXclvSiul8tArbvdZSrOpcknRsEwvYEcKjHdo+kp91vfwFsrwC+tDi6Jul0PxC2bwDHG2wmJe1tAojQX0g4uS7pZAmE7YfA/hbdb5LisH+kNwXPgB0JJ+OSTqUgbM8AmxI6o5LisI0AG4DnwOLEBmOSzjet2/4ErEzY3pJUS8u8Z2g7Lk1cnpTUThGKtp2xmZa0vVensQ7YPhZPphTC9gdgTUL/pqQTTeuthch2vN14likJyNXAtoRS1JKzbevJSmh7NzCZgUgtT0iKg7RKthTb3gjMDgAxK2lzzi4L0Llga4F3uc0q6y8lbS3RLwKoQDwCRjIb1ypdDqJfgAfAun8OYDtSUOK8y1aU/1DORmAA531B5J5hvyfvzc5nSasGeoaFJx8FDhTci0WSfhVXwlLn0dVsLwOmMxDfgfWSfmR7QaHzq5LOVDcraMNvgX2SPlbteueBkpzfl3S4KZwF7fh19A1JP7v21ZFsCTCXCeWMpC2pS1XQlmszQRUgJqGYiNpkTlL0hawUQIxIel+rA7YPdopNk4MpSbuynisKtr8Cy1ts5gN06n1UuwCpyh1JMaD0Lbab9mufCTsQ8SNyFHgFXJH0pG/P9UjEMDIGvAEeVwfSWgqGcTKMbbYXDLN5ie2CA/wGhXraIc31IxUAAAAASUVORK5CYII=");
    background-size: 100%;
}

.bet-range-box .success-button-box {
    text-align: center;
}

.bet-range-box .success-button {
    margin: 20px auto 0;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #3a9ce8;
    border-radius: 3px;
}

.rebate-table .turnover,
.rebate-table .winlose,
.rebate-table .mathdate {
    position: relative;
    cursor: pointer;
}

.rebate-table .turnover i,
.rebate-table .winlose i,
.rebate-table .mathdate i {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    width: 12px;
    height: 10px;
    background: url("../images/sort-up.png") no-repeat;
    background-size: 100%;
}

.rebate-table .turnover.on i,
.rebate-table .winlose.on i,
.rebate-table .mathdate.on i {
    transform: rotate(180deg);
}

.rebate-success-table .rebate-success-html .dataMain.isRed,
.rebate-success-table .rebate-success-html .dataSub.isRed {
    background: #f00;
    color: #fff
}

.rebate-success-table .rebate-success-html .dataMain.isRed .out-color {
    color: #fff !important;
}

.step-box {
    padding: 20px 0;
    text-align: center;
    background: #FFF;
}

.step-box ul {
    display: inline-block;
    overflow: hidden;
}

.step-box li {
    position: relative;
    width: 180px;
    float: left;
    text-align: center;
}

.step-box li span {
    margin: 0 auto 5px;
    display: block;
    background: #999;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.step-box li i {
    font-style: normal;
}

.step-box li:after {
    content: "";
    position: absolute;
    display: block;
    width: 150px;
    height: 3px;
    background: #999;
    left: -75px;
    top: 13px;
}

.step-box li:first-child:after {
    display: none;
}

.step-box .is-step span {
    background: #3a9ce8;
}

.step-box .is-step i {
    color: #3a9ce8;
}

.step-box .is-step:after {
    background: #3a9ce8;
}

.table-outer .table-list .player-daily-table {
    position: relative;
    writing-mode: vertical-lr;
}

.table-outer .table-list .player-daily-table th,
.table-outer .table-list .player-daily-table td {
    writing-mode: horizontal-tb;
}

.table-outer .table-list .player-daily-table thead th.game-name {
    width: 150px;
}

.lottery-setting-outer .table-list {
    width: 100%;
    overflow: auto;
}

.table-outer .table-list .lottery-setting-table .lottery-setting-html .lottery-link {
    color: #3a9ce8;
}


/* .table-outer .table-list .withdraw-auto-table tbody,
.table-outer .table-list .qr-operate-table tbody {
    color: #333;
} */

.game-management-html input::-webkit-outer-spin-button,
.game-management-html input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

.game-management-html input[type="number"] {
    -moz-appearance: textfield;
}

.theme-image {
    position: relative;
    text-align: center;
}

.theme-image .theme-logo {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -280px;
}

.theme-image .theme-logo img {
    max-width: 160px;
    max-height: 32px;
}

.game-management-table.table-category .jq-corner-mark {
    display: none;
}

.game-switch-table tbody .avail-flag {
    position: relative;
}

.game-switch-table tbody .avail-rule {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.table-outer .table-list .player-name-table .tfoot-total {
    background: gold;
}

.player-name-table .tfoot-total td {
    text-align: right;
    font-weight: bold;
}

.player-name-table .tfoot-total .all-balance-total.refresh {
    position: relative;
    padding-right: 27px;
}

.player-name-table .tfoot-total .all-balance-total .submit-button {
    min-width: 60px;
}

.player-name-table .tfoot-total .all-balance-total.refresh .submit-button {
    position: absolute;
    top: -1px;
    right: 5px;
    min-width: auto;
    width: 12px;
    height: 12px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHESURBVFhHxZfbdcIwDIYzCqN0lD5AMkZfu0VGYYQ+9jGjUH3mFyh3Y5L0P0fHWHfJsoHqSDRN83G5XDpWsV6DGZ7quv4yJ1dRJ7oavz2fz59LzrE1urGKlQcF7WS8StIdBYEnnbwEqEYGPcfwA50gqjdZGxMdJsJnydYTMKVWyskRASRahCdjNhyLJ58Cssb9LNx4WMGrCAHxhc/1BGJwWix2MeiICiHwz2ICCFDYKriDJBTYaZwAAV2hNDh2dHCGfkMCrUyeQGlWmAndBA8ySxbrWyZ3xOrFKgbtXiKp9WGB/coVV/8WrCVpSi3DzQbvJaj6t9tfBB8chlCs3cEsPF7WMLmHnb/Fer6Ivc1B6MX8pw6kW5eOgclnc+QM+KPnCaR3mqso+e4I1/7+MLERY/d3IBz589rb5rCXcDJWmIPdjyG0v99tHwyj3a4jVavQ8cDHLuwxC+4fmvVvwviLaPqrswD4yupwVNwqCXwo8HTrh1ASaVC0Fs+E+Xq0HV9ir0NZ+3sNtTiTeBUqwlue7CXKx0QSj46QDHLIdeEh8+5F/eSwFDjHiTvNoU0CD0Eiekb5/8fP7FQpq4iWp+7IJANV9QdsHievebVamgAAAABJRU5ErkJggg==");
    background-size: 100% 100%;
    border: none;
    box-shadow: none;
}

.running-info {
    text-align: center;
    font-size: 16px;
}

.open-edit {
    display: none;
}

.open-edit h2 {
    text-align: center;
}

.keterangan-title,
.keterangan-info {
    text-align: center;
}

.keterangan-info {
    padding-bottom: 10px;
}

.a {
    text-decoration: underline;
    color: #3a9ce8;
}

.kycform {
    width: 800px;
    margin: 0 auto;
    border: 2px solid #0009;
    line-height: 30px;
    text-align: center;
}

.kycform-li {
    border-top: 2px solid #0009;
    display: flex;
    align-items: center;
}

.kycform-li-title {
    width: 200px;
}

.kycform-li-box {
    flex: 1;
    padding-left: 10px;
    text-align: left;
    border-left: 2px solid #0009;
}

.kycform-button {
    justify-content: center;
}

.kycform-li .submit-button {
    border-radius: 3px;
    background: #3a9ce8;
    text-align: center;
    margin: 5px;
    padding: 5px 10px;
}

.kycform-li .red-button {
    background-color: red !important;
}

#kyc-foot {
    width: 200px;
    height: auto;
    object-fit: contain;
    padding: 20px;
}

.sungs-box {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
}

.sungs-box input {
    margin-left: 10px;
    text-align: center;
}

.sungs-box p {
    width: 20px;
    text-align: right;
}

.sungs-box input::-webkit-outer-spin-button,
.sungs-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.sungs-box input[type="number"] {
    -moz-appearance: textfield;
}

.sungs-box a {
    background-color: #3a9ce8;
    border: 1px solid #3a9ce8;
    box-shadow: 1px 1px 3px #666;
    padding: 0px 10px;
    border-radius: 3px;
    margin-left: 10px;
}

.sungs-box .jq-delete {
    background-color: red;
    border-color: red;
}

.kyc .not-pass-html td {
    text-align: center;
}

.table-outer .table-list table .activity-history-html tr td a,
.table-outer .table-list table tfoot tr td a.jq-activity-zonk,
.table-outer .table-list table .user-history-html tr td a {
    color: #3a9ce8;
}

.googleauth-success {
    display: none;
    padding: 30px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}

.googleauth-box {
    display: none;
    padding: 10px;
}

.googleauth-box h2 {
    padding-bottom: 10px;
    font-size: 32px;
}

.googleauth-box p {
    font-weight: bold;
}

.googleauth-box .googleauth-checkbox {
    padding-top: 20px;
}

.googleauth-box .googleauth-checkbox input,
.googleauth-box .googleauth-checkbox span {
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    letter-spacing: 0;
}

.googleauth-box .googleauth-checkbox input {
    margin: 4px 5px 0 0;
}

.googleauth-qrcode {
    padding: 10px 0;
}

.table-outer .table-list table .user-management-html .noBind {
    background: #9cd3fd;
}

.table-outer .table-list table .user-management-html .isBind {
    background: #ffd83b;
}

.table-outer .table-list .keterangan-hab-table {
    position: relative;
    writing-mode: vertical-lr;
}

.table-outer .table-list .keterangan-hab-table th,
.table-outer .table-list .keterangan-hab-table td {
    writing-mode: horizontal-tb;
}

.yc-message {
    display: flex;
    align-items: center;
    min-width: 380px;
    padding: 15px 15px 15px 20px;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ebeef5;
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: -5%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    background-color: #edf2fc;
}

.yc-message__icon {
    width: 15px;
    height: 15px;
    background-size: cover;
    background-repeat: no-repeat;
}

.yc-message--success {
    color: #67c23a;
    border-color: #e1f3d8;
    background-color: #e1f3d8;
}

.yc-message--success__icon {
    background-image: url(../images/components/yc-message/_success.min.svg);
}

.yc-message--warning {
    color: #e6a23c;
    background-color: #fdf6ec;
    border-color: #faecd8;
}

.yc-message--warning__icon {
    background-image: url(../images/components/yc-message/_warning.min.svg);
}

.yc-message--info {
    color: #909399;
    border-color: #ebeef5;
    background-color: #ebeef5;
}

.yc-message--info__icon {
    background-image: url(../images/components/yc-message/_info.min.svg);
}

.yc-message--error {
    color: #f56c6c;
    background-color: #fef0f0;
    border-color: #fde2e2;
}

.yc-message--error__icon {
    background-image: url(../images/components/yc-message/_error.min.svg);
}

.yc-dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.yc-dialog__overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.yc-dialog__content {
    z-index: 11;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 500px;
    max-width: 90%;
}

.yc-dialog__header {
    padding: 10px 15px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yc-dialog__title {
    font-size: 18px;
    font-weight: bold;
}

.yc-dialog__close {
    border: none;
    background: transparent;
    font-size: 25px;
    cursor: pointer;
}

.yc-dialog__body {
    padding: 15px;
}

.yc-dialog__footer {
    padding: 10px 15px;
    border-top: 1px solid #e1e1e1;
    display: flex;
    justify-content: flex-end;
}

.yc-dialog__footer button {
    margin-left: 10px;
    padding: 5px 10px;
    border: none;
    background: #3a9ce8;
    color: white;
    cursor: pointer;
    border-radius: 3px;
}

.yc-dialog__footer button:hover {
    background: #3a9ce8;
}

.yc-input {
    margin: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-bottom: 30px;
}

.yc-input label {
    display: block;
    margin-bottom: 5px;
    margin-right: 10px;
    text-align: right;
    min-width: 80px;
}

.yc-input__inner {
    width: 100%;
    position: relative;
}

.yc-input__inner input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s;
}

.yc-input__inner:focus {
    border-color: #409eff;
}

.yc-input__error {
    position: absolute;
    left: 0;
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

.game-type-item {
    min-width: 100%;
    margin-bottom: 1.6rem;
    overflow: auto;
}

.game-type-item-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.game-type-item-header .game-type-title {
    color: #FFFFFF;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 3.5rem;
}

.pc .game-type-item-header .game-type-title {
    font-size: 1rem;
}

.game-type-item-header .carousel-control {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.disabled {
    background: #444 !important;
    color: #777 !important;
    cursor: unset !important;
}

.game-type-item-header .carousel-control .go {
    background: #171717;
    padding: 0.8rem 1rem;
    border-radius: 0.5rem;
    transition: all 0.1s;
}

.pc .game-type-item-header .carousel-control .go {
    padding: 0.5rem 0.5rem;
}

.game-type-item-header .carousel-control .go i {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.game-type-item-header .carousel-control .go i {
    font-size: 1rem;
}

.carousel-container-box {
    width: 100%;
    overflow: auto;
    margin-top: 0.5rem;
}

.sports-list {
    display: flex;
    gap: 0.5rem;
    transition: all 0.4s;
}

.mobile .sports-list {
    display: grid;
    gap: 0.5rem;
    grid-auto-flow: column;
}

.sports-list .sports-item {
    background: rgb(50 55 56);
    border-radius: 0.5rem;
    padding: 1rem 1.2rem;
    font-weight: 700;
    min-width: 425px;
}

.sports-list .sports-item:hover {
    cursor: pointer;
    opacity: 0.8;
}

.pc .sports-list .sports-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.6rem 0.8rem;
    width: calc(33.3% - 2rem);
    flex-shrink: 0;
}

.mobile .sports-list .sports-item {
    width: calc(100vw - 7.2rem);
    font-size: 1.2rem;
    touch-action: pan-y;
}

.px .sports-list .sports-item {
    font-size: 1rem;
}

.sports-list .sports-item .sports-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sports-list .sports-item .sports-header .sports-title {
    display: flex;
    align-items: center;
    color: #fff;
}

.sports-list .sports-item .sports-header .sports-title .sports-dont {
    height: 0.2rem;
    width: 0.2rem;
    background: #fff;
    border-radius: 0.2rem;
    margin: 0 0.5rem;
}

.sports-list .sports-item .sports-header .sports-live {
    background: rgba(49, 238, 136, 0.1);
    border-radius: 0.3rem;
    padding: 0.3rem 0.5rem;
    display: flex;
    align-items: center;
    color: #A3D712;
    font-size: 1rem;
}

.pc .sports-list .sports-item .sports-header .sports-live {
    font-weight: 100;
    font-size: 0.9rem;
    padding: 0.2rem 0.5rem;
}

.sports-list .sports-item .sports-header .sports-live i {
    font-size: 0.8rem;
    margin-right: 0.2rem;
}

.pc .sports-list .sports-item .sports-header .sports-live i {
    font-size: 0.7rem;
}

.sports-list .sports-item .sports-content {
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sports-list .sports-item .sports-content>div {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.sports-list .sports-item .sports-content .left-rival {}

.sports-list .sports-item .sports-content .right-rival {}

.sports-list .sports-item .sports-content .rival-img {
    font-size: 4rem;
}

.pc .sports-list .sports-item .sports-content .rival-img {
    font-size: 3.1rem;
}

.sports-list .sports-item .sports-content .rival-title {
    margin-top: 0.5rem;
    text-align: center;
    color: #fff;
}

.pc .sports-list .sports-item .sports-content .rival-title {
    font-size: 0.9rem;
}

.sports-list .sports-item .sports-content .sports-score {}

.sports-list .sports-item .sports-content .sports-score .score-result {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.pc .sports-list .sports-item .sports-content .sports-score .score-result {
    font-size: 1.5rem;
}

.sports-list .sports-item .sports-content .sports-score .score-time {
    margin-top: 0.5rem;
    font-weight: 100;
}

.pc .sports-list .sports-item .sports-content .sports-score .score-time {
    font-size: 0.9rem
}

.sports-list .sports-item .sports-foot {
    display: flex;
    gap: 0.5rem;
}

.sports-list .sports-item .sports-foot .sports-num {
    flex: 1;
    background: rgba(252, 60, 60, 0.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 3.4rem;
    border-radius: 0.5rem;
}

.pc .sports-list .sports-item .sports-foot .sports-num {
    line-height: 2.5rem;
    font-size: 0.9rem;
}

.sports-list .sports-item .sports-foot .sports-num:last-child {
    background: #3A4142;
}

.sports-list .sports-item .sports-foot .sports-num span:nth-child(2) {
    color: rgb(252 60 60);
    margin-left: 0.5rem;
}

.sport-stencil {
    margin: auto;
    width: 90%;
}

.sport-stencil .stencil-code {}

.sport-stencil .stencil-code p {
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
}

.sport-stencil .stencil-code .default-html {
    height: 300px;
    padding: 10px;
    background: #fff;
    border: #3a9ce8 1px solid;
    overflow: auto;
}

.sport-stencil .stencil-code .default-html span {}

.sport-stencil .default-copy {
    display: flex;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
}

.sport-stencil .default-copy a {
    background: #eee;
    border: #ccc 1px solid;
    box-shadow: 1px 1px 3px #666;
    padding: 5px;
    border-radius: 3px;
    color: #333;
    height: 24px;
    line-height: 24px;
}

@font-face {
    font-family: "iconfont";
    /* Project id 4663048 */
    src: url('iconfont.woff2?t=1728896610167') format('woff2'), url('iconfont.woff?t=1728896610167') format('woff'), url('iconfont.ttf?t=1728896610167') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-appxiazai:before {
    content: "\e60b";
}

.icon-arrow-left:before {
    content: "\e645";
}

.icon-arrow-right:before {
    content: "\e646";
}

.icon-zuqiu:before {
    content: "\e618";
}

.icon-bofang:before {
    content: "\e66f";
}

.icon-duoyuyan:before {
    content: "\e654";
}

.icon-xiangxia:before {
    content: "\e66e";
}

.new-setting-hidden {
    display: none !important;
}

.new-setting .new-setting-hidden {
    display: block !important;
}

.new-setting .sub-tab-nav li.new-setting-hidden {
    display: inline-block !important;
}

.table-outer .table-list table tbody td a.jq-transaki-player {
    color: #3a9ce8;
}

.table-list.transaction-lottery .no-more {
    background: white;
}

.table-outer .table-list .deposit-active-table tbody tr,
.table-outer .table-list .withdraw-active-table tbody tr {
    height: 42px;
}

.logo-setting {
    display: none;
}

.agent-suid {
    position: absolute;
    top: 28px;
    right: 15px;
    font-weight: bold;
    color: #ffd800;
    font-size: 16px;
    text-shadow: 0 1px 1px #666;
}

.kt-outer {
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
    max-width: 1000px;
    margin: 40px auto;
    padding: 30px;
    border-radius: 16px;

    background: rgba(30, 30, 30, 0.7);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(50, 50, 50, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #f0f0f0;
    line-height: 1.8;
}

.kt-outer .content-wrapper {
    display: flex;
    justify-content: space-between;
}

.kt-outer .info-list {
    flex: 1;
    margin-right: 20px;
}

.kt-outer .image-container {
    flex: 1;
    text-align: center;
    font-size: 25px;
}

.kt-outer .info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    transition: background-color 0.3s ease;
    position: relative;
}

.kt-outer .info-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: rgba(80, 80, 80, 0.5);
}

.kt-outer .info-item label {
    min-width: 160px;
    text-align: right;
    margin-right: 12px;
    font-weight: 600;
    color: #e0e0e0;
    white-space: nowrap;
    font-size: 17px;
}

.kt-outer .info-item span {
    font-size: 17px;
    word-break: break-word;
    flex: 1;
    color: #d0d0d0;
}

.kt-outer .info-item span.win {
    color: #a8e975;
    font-weight: bold;
}

.kt-outer .info-item span.loss {
    color: #ff7b8a;
    font-weight: bold;
}

.joinDateOrder.desc img {
    transform: rotate(180deg);
}

.joinDateOrder.asc img {
    transform: rotate(0deg);
}

