/*remove all bg*/
.layui-card, .layui-elem-quote, .layui-table,
.layui-table tbody tr:hover, .layui-table thead tr,
.layui-table-click, .layui-table-header,
.layui-table-hover, .layui-table-mend,
.layui-table-patch, .layui-table-tool,
.layui-table-total, .layui-table-total tr,
.layui-table[lay-even] tr:nth-child(even),
.btn-default {
    background-color: unset !important;
}

/*input[type=text] {*/
/*    width: 50%;*/
/*}*/

.layui-input, .layui-textarea {
    width: 70%;
}

/*auto wdith*/
.layui-table-cell {
    /*font-size: 14px;*/
    padding: 0 5px;
    height: auto;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
    word-break: break-all;
}

/*.layui-input {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 34px;*/
/*    padding: 6px 12px;*/
/*    font-size: 14px;*/
/*    line-height: 1.42857143;*/
/*    background: #111;*/
/*    border: 1px solid #705954;*/
/*    color: #ccc;*/
/*}*/

/* button*/
button, .button {
    transition: all 0.3s ease;
    cursor: pointer;
    background: url(/assets/260/images/button.png) no-repeat;
    height: 40px;
    border: none;
    font-family: "Philosopher", sans-serif;
    /*font-size: 12px;*/
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0px 0px 22px 5px rgba(59, 36, 151, 0.2), 0px 10px 15px 4px rgba(0, 0, 0, 0.3);
    color: #fff !important;
    background-color: #218838 !important;
    border-color: #0b2a13 !important;
}

/* download */
.layui-card-header, .layui-text h1, .layui-text h2, .layui-text h3 {
    color: #fff;
}

/* shop card title */
.font-weight-bold {
    color: black;
}

.ZpsoftCheckCode .layui-input-inline {
    /*padding-left: 30px;*/
}

.layui-elem-field {
    margin-left: 170px;
}

.layui-input-block {
    margin-left: 0;
}

.layui-form-label {
    width: 100px;
}

.layui-form-select dl dd:hover {
    background-color: #646472 !important;
}

.layui-form-select dl dd {
    background-color: #151518;
}

.layui-form-select dl dd.layui-this {
    background-color: dimgrey;
}

.layui-input {
    display: block;
    width: 80%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background: #111;
    border: 1px solid #705954;
    color: #ccc;
}

input {
    text-align: left;
}

a {
    color: #007bff;
}

.layui-elem-quote span {
    color: orangered !important;
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
}

.wg-box {
    width: 100%;
}

.luck-val {
    top: 408px;
    left: 619px;
}

.consume {
    top: 408px;
    left: 377px;
}

.card, .table {
    color: #423b25;
}

.layui-anim {
    padding-bottom: 8em;
}

.layui-table tbody tr, .layui-table th, .layui-elem-quote, .layui-card-body {
    color: #fff;
}

.layui-elem-quote {
    text-align: left;
}

.layui-btn:not(.wg-main-menu .layui-btn) {
    background: linear-gradient(45deg, #bf6dfe 0%, #e83e8c 100%);
}