﻿body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font: 14px Microsoft YaHei, PingFang SC, sans-serif;
    -webkit-text-size-adjust: 100%;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

a {
    color: #737373 !important;
    text-decoration: none !important;
    outline: none;
}

a:hover {
    color: #ff6a45 !important;
    text-decoration: none !important;
}

a:focus,
a:active {
    outline: none;
    box-shadow: none;
}

.clear {
    clear: both;
}

.navbar-default,
.footer {
    background-color: #ffffff !important;
}

.m {
    display: none !important;
}

.pc {
    display: block !important;
}

.singlepage .container-fluid {
    width: 80%;
    min-height: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.singlepage .content {
    margin-top: 15px;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-left: unset !important;
    margin-right: unset !important;
}

.giftwall{
  margin-bottom: 20px;
}

.giftwall .giftwall-fluid{
  width: 80% !important;
  height: 40px;
  margin: 0 auto;
  background: linear-gradient(135deg, #fff8f0 0%, #fff4e2 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border: 1px solid #ffe8d0;
}

.giftwall .giftwall-label{
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  color: #ff6a45;
  font-size: 13px;
  font-weight: 500;
}

.giftwall .giftwall-label i{
  font-size: 18px;
  color: #ff6a45;
}

.giftwall .giftwall-divider{
  width: 1px;
  height: 16px;
  background-color: #ffd4b8;
  margin: 0 12px;
}

.giftwall .below{
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
  font-size: 13px;
  color: #666;
}

.giftwall .below .belowitem +.belowitem{
  margin-left: 20px;
}

.navbar {
    width: 100%;
    height: 80px;
    border: unset !important;
    border-bottom: 2px solid #ff6a45 !important;
    margin-bottom: 0 !important;
}

.navbar .container-fluid {
    width: 80% !important;
    height: 80px;
    margin: 0 auto;
}

.navbar-fluid{
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-ad {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 20px;
  padding: 10px 0;
  box-sizing: border-box;
}

.navbar-ad .imgad {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.navbar-ad .imgad img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  border-radius: 6px;
}

.navbar .container-fluid .navbar-header {
    height: 100%;
    display: flex;
    align-items: center;
}

.navbar .container-fluid .navbar-collapse {
    height: 100%;
    padding: unset !important;
    display: flex;
    align-items: center;
}

.navbar-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-user .user-avatar {
    height: 32px;
    width: 32px;
    border: 2px solid #f0f0f0;
    object-fit: cover;
}

.navbar-user .user-name {
    font-size: 13px;
    color: #333;
    font-weight: 500;
}

.navbar-logout {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    transition: background-color 0.2s;
}

.navbar-logout i {
    font-size: 18px;
    color: #999;
    transition: color 0.2s;
}

.navbar-logout:hover {
    background-color: #fff1ee;
}

.navbar-logout:hover i {
    color: #ff6a45 !important;
}

.navbar-brand {
    height: unset !important;
    padding: unset !important;
    line-height: unset !important;
    margin-left: unset !important;
}

.navbar-brand img {
    height: 45px;
    width: auto;
    vertical-align: middle;
}

.nav>li>a {
    position: unset !important;
    padding: 0 15px 0 0 !important;
}

.nav>li:nth-child(1)>a {
    color: #ff6a45 !important;
}

.quick_menu .dropdown a:hover {
    color: #737373 !important;
}

.quick_menu .dropdown a.user-info {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    border-radius: 20px;
    transition: background-color 0.2s;
}

.quick_menu .dropdown a.user-info .caret {
    margin-top: 0;
    vertical-align: middle;
}

.quick_menu .dropdown a.user-info:hover {
    background-color: #f5f5f5;
}

.quick_menu .dropdown a img.user-avatar {
    height: 32px;
    width: 32px;
    vertical-align: middle;
    border: 2px solid #f0f0f0;
    object-fit: cover;
}

.quick_menu .dropdown a .user-name {
    font-size: 13px;
    color: #333 !important;
    font-weight: 500;
}

.quick_menu .dropdown a img {
    height: 35px;
    width: 35px;
    vertical-align: middle;
    margin-top: -3px;
}

.quick_menu.quick_navbar {
    margin-right: 10px;
}

.quick_menu.quick_navbar .dropdown-toggle {
    font-size: 20px;
    padding: 3px 6px;
    border: 1px solid #ddd;
}

.quick_menu.quick_navbar .dropdown-menu {
    left: 0;
    margin-top: 15px !important;
}

.dropdown-menu {
    left: -8px;
    min-width: 120px;
}

.dropdown-menu ul li a:hover {
    color: #737373 !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.active>a {
    background: unset !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.content {
    width: 100%;
    min-height: calc(100vh - 432px);
}

.content .container-fluid {
    width: 80%;
    margin: 0 auto;
}

.cont {
    display: flex;
    flex-wrap: wrap;
}

.cont .fl {
    width: 180px;
    min-height: calc(100vh - 432px);
    background-color: #ffffff;
    border-right: 1px solid #f0f0f0;
    border-radius: 10px 0 0 10px;
    padding: 12px 0;
}

.cont .fl dd {
    margin-bottom: 0;
}

.cont .fl dl dt {
    font-size: 16px;
    color: #454545;
    font-family: "microsoft yahei";
    font-weight: 600;
    padding: 15px 0px 5px 26px;
}

.cont .fl dd p {
    padding: 0;
    line-height: 1;
    margin: 2px 10px;
    border-radius: 6px;
    transition: background-color 0.2s;
}

.cont .fl dd p a {
    color: #555;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 10px 16px;
}

.cont .fl dd p a span {
    font-size: 17px;
    margin-right: 5px;
    color: #999;
    transition: color 0.2s;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

.cont .fl dd p:hover {
    background-color: #fff4e2 !important;
    border-left: none;
    padding: 0;
    margin: 2px 10px;
}

.cont .fl dd p:hover a,
.cont .fl dd p:hover a span {
    color: #ff6a45 !important;
}

.cont .fl dd p.active {
    background-color: #fff4e2;
}

.cont .fl dd p.active a,
.cont .fl dd p.active a span {
    color: #ff6a45 !important;
    font-weight: 500;
}

.cont .fr {
    min-height: calc(100vh - 432px);
    width: calc(100% - 180px);
    background-color: #ffffff;
    border-radius: 0 10px 10px 0;
}

.cont .main {
    padding: 15px;
}

.cont .fr h3 {
    font-size: 16px;
    color: #333;
    font-family: "microsoft yahei";
    font-weight: normal;
    padding: 0px 0 15px 0;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.cont .fr .screen {
    border-bottom: 1px solid #f0f0f0;
    margin-top: 15px;
    padding-bottom: 15px;
}

.screen-form .screen-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.screen-form .screen-item {
    flex: 0 0 auto;
    width: 160px;
}

.screen-form .screen-item .layui-input {
    height: 34px;
    line-height: 34px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    font-size: 13px;
}

.screen-form .screen-item .layui-input:focus {
    border-color: #ff6a45;
}

.screen-form .screen-btn {
    width: auto;
}

.screen-form .screen-btn .layui-btn {
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    border-radius: 6px;
    background-color: #ff6a45;
    font-size: 13px;
}

.screen-form .screen-btn .layui-btn:hover {
    background-color: #e85a38;
}

.cont .fr .operation {
    margin-top: 20px;
}

.cont .fr .tplindex .operation {
    margin-top: 15px !important;
}

.footer {
    width: 100%;
    border-top: 2px solid #ff6a45;
    margin-top: auto;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.footer .container-fluid {
    width: 80%;
    margin: 0 auto;
}

.footer .container-fluid .limit-wrap {
    padding: 15px 0;
}

.f-copyright {
    text-align: center;
    color: #999;
    font-size: 12px;
    line-height: 1.6;
}

.f-copyright p:first-child {
    color: #666;
}

.f-copyright p:first-child a {
    color: #ff6a45 !important;
    margin: 0 4px;
    transition: color 0.2s;
}

.f-copyright p:first-child a:hover {
    color: #e85a38 !important;
    text-decoration: underline !important;
}

.f-copyright img {
    height: 18px;
    width: auto;
    vertical-align: middle;
    margin: -2px 4px 0 8px;
}

.f-copyright .f-tips {
    margin-top: 4px;
    padding-top: 4px;
    border-top: 1px dashed #e8e8e8;
    color: #aaa;
    font-size: 11px;
    letter-spacing: 0.5px;
}

.layui-table-tool {
    min-height: unset !important;
    line-height: unset !important;
    padding: unset !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: unset !important;
    border: unset !important;
    margin-bottom: 20px;
}

.layui-table-view {
    border: unset !important;
    margin: unset !important;
}

.layui-table-page .layui-laypage {
    width: 100%;
}

.layui-btn-container .layui-btn {
    margin-bottom: unset !important;
    background-color: #f26e48;
    border-radius: 4px;
}

.layui-table-tool-self {
    position: unset !important;
    right: unset !important;
    top: unset !important;
}

.layui-table-tool .layui-inline[lay-event] {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    padding: unset !important;
    margin-right: unset !important;
    border: unset !important;
    background-color: #f26e48;
    color: #ffffff;
    border-radius: 4px;
}

.layui-btn-sm {
    line-height: 27px !important;
}

.layui-table thead tr,
.layui-table-header,
.layui-table-total,
.layui-table-total tr,
.layui-table-patch,
.layui-table-mend,
.layui-table[lay-even] tr:nth-child(even),
.layui-table tbody tr:hover,
.layui-table-hover,
.layui-table-click {
    background-color: #f5f6f8 !important;
}

.layui-table-cell {
    height: 45px;
    line-height: 45px;
}

.layui-table-page {
    padding: unset !important;
    height: unset !important;
    margin-bottom: unset !important;
    margin-top: 20px;
    border: unset !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #f26e48 !important;
}

.layui-form-checked[lay-skin="primary"] i {
    border-color: #f26e48 !important;
    background-color: #f26e48 !important;
}

.layui-table-view .layui-form-checkbox[lay-skin="primary"] i:hover {
    border-color: #f26e48 !important;
}

.layui-btn {
    background-color: #f26e48 !important;
    color: #ffffff !important;
    border-radius: 4px;
    line-height: 36px;
}

.layui-btn-xs {
    line-height: 19px;
}

.layui-badge {
    height: 22px;
    line-height: 22px;
}

.layui-bg-gray {
    background-color: #f2f3f5 !important;
    color: #aaabad !important;
}

.layui-bg-green {
    background-color: #fa990a !important;
    color: #ffffff !important;
}

.layui-bg-orange {
    background-color: #4de3b6 !important;
    color: #ffffff !important;
}

.layui-form-label {
    width: 80px;
    padding: 9px 0 !important;
    margin-bottom: unset !important;
    text-align: left !important;
}

.layui-input-block {
    margin-left: 80px;
}

.layui-table-tool-temp {
    padding-right: unset;
}

.layui-form-select dl dd.layui-this {
    background-color: #f26e48 !important;
}

.layui-table-page .layui-laypage a,
.layui-table-page .layui-laypage span {
    margin-bottom: unset !important;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: unset !important;
}

.layui-table-page {
    text-align: right;
}

.layui-table-view .layui-table[lay-skin="line"] {
    border-right-width: 0px !important;
}

.layui-table img {
    height: 45px !important;
    width: 45px !important;
    max-width: unset !important;
}

.layui-table-tool-panel li {
    color: #666;
}

.mainform {
    margin-top: 5px !important;
}

.mainform .layui-form-pane .layui-form-label {
    background-color: unset !important;
    border: unset !important;
}

.mainform .layui-form-pane .layui-form-item {
    margin-bottom: 5px !important;
}

.mainform .layui-form-pane .layui-form-item:nth-last-child(1) {
    margin-bottom: unset !important;
}

.mainform .layui-form-pane .layui-form-item .layui-input-block {
    min-height: unset !important;
}

.mainform .layui-form-item .inline3 {
    display: flex;
    flex-wrap: wrap;
}

.mainform .layui-form-item .inline3 .layui-input-inline {
    margin-right: 10px !important;
    width: calc((100% - 20px)/3) !important;
}

.mainform .layui-form-item .inline3 .layui-input-inline:nth-child(3) {
    margin-right: unset !important;
}

.mainform .layui-form-item .mainformsubmit {
    width: 130px;
    margin-top: 15px;
}

.info-form {
    margin-top: 15px !important;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 24px;
}

.info-item {
    display: flex;
    flex-direction: column;
}

.info-item.info-full {
    grid-column: 1 / -1;
}

.info-label {
    font-size: 13px;
    color: #555;
    font-weight: 500;
    margin-bottom: 8px;
    padding-left: 8px;
    border-left: 3px solid #ff6a45;
    line-height: 1;
}

.info-form .layui-input {
    height: 38px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.info-form .layui-input:focus {
    border-color: #ff6a45;
    box-shadow: 0 0 0 2px rgba(255, 106, 69, 0.08);
}

.info-form .layui-textarea {
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    min-height: 80px;
    resize: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.info-form .layui-textarea:focus {
    border-color: #ff6a45;
    box-shadow: 0 0 0 2px rgba(255, 106, 69, 0.08);
}

.info-radio {
    height: 38px;
    display: flex;
    align-items: center;
}

.info-submit {
    margin-top: 20px;
}

.info-submit .layui-btn {
    height: 38px;
    line-height: 38px;
    padding: 0 32px;
    border-radius: 6px;
    background-color: #ff6a45;
    font-size: 14px;
}

.info-submit .layui-btn:hover {
    background-color: #e85a38;
}

.auth-notice {
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 13px;
    margin-bottom: 18px;
    line-height: 1.6;
}

.auth-notice-info {
    background-color: #e8f4fd;
    color: #1a73e8;
    border: 1px solid #bee5fb;
}

.auth-notice-warn {
    background-color: #fff8f0;
    color: #e67e22;
    border: 1px solid #ffe0b2;
}

.auth-notice-error {
    background-color: #fef0f0;
    color: #e74c3c;
    border: 1px solid #fdd;
}

.auth-success {
    color: #ff6a45;
    font-size: 14px;
    line-height: 2;
}

.auth-success a {
    color: #1a73e8 !important;
    margin-right: 8px;
}

.auth-success a:hover {
    text-decoration: underline !important;
}

.auth-success .auth-tip {
    color: #999;
    font-size: 12px;
}

.auth-renew {
    color: #e74c3c !important;
    font-weight: 500;
}

@media only screen and (max-width: 600px) {
    .info-grid {
        grid-template-columns: 1fr;
    }
}

.mainform2 {
    margin: 15px 0;
}

.avatar-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.avatar-upload-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mainform2 .active {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #f9f9f9 !important;
    border: 2px dashed #ddd !important;
    padding: unset !important;
    transition: border-color 0.2s;
    cursor: pointer;
    flex-shrink: 0;
}

.mainform2 .active:hover {
    border-color: #ff6a45 !important;
}

.mainform2 .active .activeimg {
    line-height: 120px;
}

.mainform2 .active .activeimg img {
    width: 120px !important;
    height: 120px !important;
}

.mainform2 .active .layui-icon {
    font-size: 50px !important;
    color: #ccc !important;
}

.avatar-tips {
    font-size: 12px;
    color: #999;
    line-height: 2;
}

.avatar-voice {
    max-width: 320px;
}

.avatar-voice audio {
    width: 100%;
    height: 36px;
    border-radius: 6px;
}

.avatar-voice .voice-change {
    margin-top: 6px;
    font-size: 12px;
    color: #ff6a45;
    cursor: pointer;
    text-align: right;
}

.avatar-voice .voice-change:hover {
    text-decoration: underline;
}

.mywallet {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.wallet-notice {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    margin-bottom: 16px;
    background-color: #fff1f0;
    border: 1px solid #ffccc7;
    border-radius: 8px;
    color: #cf1322;
    font-size: 14px;
    line-height: 1.6;
}

.wallet-notice .layui-icon {
    font-size: 18px;
    color: #cf1322;
    flex-shrink: 0;
}

.wallet-cards {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.wallet-card {
    flex: 1;
    min-width: 180px;
    padding: 16px 20px;
    border-radius: 10px;
    position: relative;
}

.wallet-card-primary {
    background: linear-gradient(135deg, #ff6a45 0%, #ff8f6b 100%);
    color: #fff;
}

.wallet-card-warn {
    background: linear-gradient(135deg, #f5a623 0%, #f7c948 100%);
    color: #fff;
}

.wallet-card-label {
    font-size: 12px;
    opacity: 0.85;
}

.wallet-card-value {
    font-size: 28px;
    font-weight: 700;
    margin: 6px 0 10px;
    line-height: 1.2;
}

.wallet-card-btn {
    display: inline-block;
    padding: 4px 16px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 14px;
    font-size: 12px;
    color: #fff !important;
    transition: background-color 0.2s;
}

.wallet-card-btn:hover {
    background-color: rgba(255, 255, 255, 0.4);
    color: #fff !important;
}

.wallet-card-desc {
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.5;
    margin-top: 4px;
}

.mywallet .yue-num-form {
    padding-top: 15px;
}

.mywallet .yue-num-form p strong {
    color: #f26e48;
}

.mywallet .yue-mode {
    padding-top: 10px;
}

.mywallet .yue-mode>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 60px;
    width: 100%;
}

.mywallet .yue-mode>div .yue-mode-inline img {
    height: 50px;
    width: auto;
    vertical-align: middle;
}

.mywallet .yue-mode>div .yue-mode-inline:nth-child(1) {
    margin-right: 15px;
}

.mywallet .yue-mode>div .yue-mode-inline:nth-child(2) p {
    line-height: 22px;
}

.mywallet .yue-mode>div .yue-mode-inline:nth-child(2),
.mywallet .yue-mode>div .yue-mode-inline:nth-child(3) {
    width: calc((100% - 70px) / 2);
}

.mycode {
    margin-top: 15px;
}

.mycode .layui-form-label {
    width: 90px;
}

.myextract .yue-ext1 {
    background-color: #f5f6f8;
    padding: 15px;
    margin-bottom: 2px;
}

.myextract .yue-ext2 {
    background-color: #f5f6f8;
    padding: 15px;
}

.myextract .yue-ext2 p span {
    color: red;
}

.myextract .yue-ext2 .layui-upload-drag {
    width: 200px;
    padding: 15px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: unset !important;
    margin-top: 15px;
}

.myextract .yue-ext2 .layui-upload-drag img {
    width: 150px;
    height: auto;
    vertical-align: middle;
}

.myextract .yue-ext2 .layui-upload-drag p {
    line-height: 25px;
}

.myaffirm {
    margin-top: 15px;
}

.myaffirm p:nth-child(1) {
    margin-bottom: 10px;
}

/* 提现页面重设计 */
.withdraw-info {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.withdraw-balance {
    background: linear-gradient(135deg, #ff6a45 0%, #ff8f6b 100%);
    border-radius: 12px;
    padding: 24px 28px;
    color: #fff;
    margin-bottom: 16px;
}

.withdraw-balance-label {
    font-size: 13px;
    opacity: 0.85;
    margin-bottom: 8px;
}

.withdraw-balance-amount {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.withdraw-balance-amount em {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.8;
}

.withdraw-balance-tip {
    margin-top: 10px;
    font-size: 13px;
    opacity: 0.8;
}

.withdraw-balance-tip strong {
    color: #fff;
}

.withdraw-fee {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: #fff7e6;
    border: 1px solid #ffe7ba;
    border-radius: 8px;
    font-size: 13px;
    color: #874d00;
}

.withdraw-fee i {
    font-size: 18px;
    color: #f5a623;
    margin-right: 10px;
    flex-shrink: 0;
}

.withdraw-fee strong {
    color: #d46b08;
}

.withdraw-extra {
    margin-top: 10px;
    font-size: 13px;
    color: #999;
}

.withdraw-method {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.withdraw-method-card {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    background: #f9fafb;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
}

.withdraw-method-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin-right: 14px;
}

.withdraw-method-info {
    flex: 1;
}

.withdraw-method-name {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.withdraw-method-account {
    font-size: 13px;
    color: #999;
    margin-top: 2px;
}

.withdraw-method-badge {
    padding: 3px 10px;
    background: #e6f7ff;
    color: #1890ff;
    border-radius: 12px;
    font-size: 12px;
}

.withdraw-code {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.withdraw-code label {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
}

.withdraw-code-input {
    display: flex;
    gap: 10px;
    max-width: 400px;
}

.withdraw-code-input .layui-input {
    flex: 1;
}

.withdraw-code-input .layui-btn {
    white-space: nowrap;
}

.withdraw-submit {
    padding-top: 24px;
}

.withdraw-submit .layui-btn {
    width: 200px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    border-radius: 8px;
}

.withdraw-submit-tip {
    margin-top: 10px;
    font-size: 12px;
    color: #bbb;
}

.mychaxun {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.mychaxun .yue-chaxun-title {
    font-weight: 600;
}

.mychaxun .yueform {
    margin-top: 15px;
}

.mychaxun .yueform .layui-form-item {
    margin-bottom: 10px !important;
}

.mychaxun .yueform .layui-form-item:nth-last-child(1) {
    margin-bottom: unset !important;
}

.mychaxun .yueform .layui-form-item .layui-input#time {
    width: 300px !important;
}

.mychaxun .yueform .layui-form-item:nth-last-child(1) .layui-btn {
    width: 130px !important;
}

.mychaxun .yueform .layui-input-block:nth-child(2) {
    display: flex;
    align-items: center;
    height: 38px;
}

.mychaxun .yueform .yue-form-list {
    border: 1px solid #eee;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 2px;
    padding:5px 10px;
}

.mychaxun .yueform .yue-form-list.yuel {
    background-color: #f26e48 !important;
    color: #ffffff;
}

.mychaxun .yueform .yue-form-list.yuelast {
    margin-right: 0 !important;
}

.layui-form-pane .layui-form-switch,
.layui-form-pane .layui-form-radio {
    margin-top: unset !important;
    margin-left: unset !important;
}

.layui-input-block .layui-form-radio:nth-last-child(1) {
    padding-right: unset !important;
}

.layui-form-radio {
    margin: unset !important;
}

.layui-form-radioed,
.layui-form-radioed>i,
.layui-form-radio:hover * {
    color: #f26e48 !important;
}

.layui-table-page .layui-laypage a,
.layui-table-page .layui-laypage span.layui-laypage-curr {
    border: 1px solid #eee;
    margin-right: 10px;
}

.layui-laypage .layui-laypage-spr {
    margin-right: 10px;
}

.layui-laypage-prev,
.layui-laypage-next {
    padding: 0 8px !important;
}

.layui-table-page>div {
    height: unset !important;
}

.tableEdit {
    margin-top: unset !important;
    padding: 5px 20px 15px 20px;
}

.tableEdit .layui-row>div.tableEdit-col1,
.tableEdit .layui-row>div.tableEdit-col2 {
    width: calc(50% - 8px) !important;
    margin-bottom: 12px;
}

.tableEdit .layui-row>div.tableEdit-col2 {
    float: right;
}

.tableEdit .layui-row>div.tableEdit-col3{
  margin-bottom: 12px;
}

.tableEdit .tableEdit-col4{
  margin-bottom: 12px !important;
}

.tableEdit .layui-row>div.tableEdit-child {
    margin-bottom: unset !important;
}

.tableEdit .layui-form-item {
    margin-bottom: 0;
}

.tableEdit .layui-form-label {
    display: block;
    float: none;
    background-color: transparent;
    border: none;
    padding: 0 0 8px 0;
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    height: auto;
    line-height: 1;
}

.tableEdit .layui-input-block {
    margin-left: 0 !important;
    min-height: auto;
}

.tableEdit .layui-input,
.tableEdit .layui-select {
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.tableEdit .layui-input:focus {
    border-color: #ff6a45;
    box-shadow: 0 0 0 2px rgba(255, 106, 69, 0.08);
}

.tableEdit .layui-textarea {
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    min-height: 80px;
    transition: border-color 0.2s, box-shadow 0.2s;
    resize: none;
    white-space: nowrap;
    overflow-x: auto;
}

.tableEdit .layui-textarea:focus {
    border-color: #ff6a45;
    box-shadow: 0 0 0 2px rgba(255, 106, 69, 0.08);
}

.tableEdit .layui-upload-drag {
    background-color: #f9f9f9 !important;
    border-radius: 8px;
    border: 1px dashed #ddd;
}

.layui-upload-drag .layui-icon {
    color: #d0d0d0 !important;
}

.tableEdit.tableview .layui-form-label {
    padding-bottom: 0px !important;
    height: unset;
    font-weight: bold;
}

.tableEdit.tableview .layui-form-item:nth-last-child(1) {
    margin-bottom: 10px !important;
}

body .tableOpen {
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

body .tableOpen .layui-layer-title {
    font-size: 15px;
    font-weight: 600;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fff;
    color: #333;
}

body .tableOpen .layui-layer-content:not(.layui-layer-padding) {
    padding: 5px 0;
}

body .tableOpen .layui-layer-btn {
    text-align: center;
    padding: 12px 20px 18px;
    border-top: 1px solid #f0f0f0;
}

body .tableOpen .layui-layer-btn .layui-layer-btn0 {
    background-color: #ff6a45;
    border-color: #ff6a45;
    border-radius: 6px;
    transition: background-color 0.2s;
}

body .tableOpen .layui-layer-btn .layui-layer-btn0:hover {
    background-color: #e85a38;
}

body .tableOpen .layui-layer-btn .layui-layer-btn1 {
    border-color: #ddd;
    border-radius: 6px;
    background-color: #fff;
    transition: border-color 0.2s;
}

body .tableOpen .layui-layer-btn .layui-layer-btn1:hover {
    border-color: #bbb;
}

body .tableOpen .layui-layer-btn a:nth-child(1),
body .tableOpen .layui-layer-btn a:nth-child(1):hover {
    color: #ffffff !important;
}

body .tableOpen .layui-layer-btn a:nth-child(2) {
    color: #666 !important;
}

body .tableOpen .layui-layer-btn .layui-layer-btn0,
body .tableOpen .layui-layer-btn .layui-layer-btn1 {
    width: 100px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}

body .tableOpen .layui-layer-setwin a {
    top: 50%;
    transform: translateY(-50%);
}

body .promptOpen .layui-layer-content {
    margin-top: 20px;
    padding: 0 20px;
}

body .promptOpen .layui-layer-input {
    width: 100%;
    height: 38px;
    line-height: 36px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}

.nickName {
    border: 1px solid #f26e48;
    padding: 1px;
    color: #f26e48 !important;
}

.layui-btn-xs.layui-bg-gray:hover {
    color: #aaabad !important;
}

.layui-btn-xs.layui-bg-green:hover {
    color: #fff !important;
}

.layui-form-checkbox[lay-skin="primary"]:hover i {
    border-color: #f26e48;
    color: #fff;
}

.myextract .yue-ext1 .layui-form-checkbox[lay-skin="primary"] {
    padding-left: 26px !important;
}

.myextract .yue-ext1 .layui-form-checkbox[lay-skin="primary"] span {
    line-height: 15px !important;
    color: #f26e48;
    font-weight: bold;
}

.applogin {
    background: url(../images/loginbg.jpg) no-repeat left top;
    background-size: cover;
    margin: 0 !important;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
}

.applogin .container-fluid {
    width: 100%;
    max-width: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
}

.login-wrapper {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.login-wrapper>.layui-form {
    padding: 35px 35px 30px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-radius: 10px;
    overflow: visible;
    backdrop-filter: blur(6px);
}

.login-wrapper .login-logo {
    text-align: center;
    margin-bottom: 10px;
}

.login-wrapper .login-logo img {
    height: 40px;
    width: auto;
}

.login-wrapper>.layui-form>h2 {
    color: #333;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 28px;
    letter-spacing: 2px;
}

.login-wrapper>.layui-form>h2 span {
    color: #ff6a45;
    font-weight: normal;
    font-size: 14px;
    display: block;
    margin-top: 4px;
    letter-spacing: 4px;
}

.login-wrapper .node_title,
.login-wrapper .node_foot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.login-wrapper .node_title span {
    font-size: 18px;
    font-weight: 600;
}

.login-wrapper .node_title em,
.login-wrapper .node_foot em {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999;
}

.login-wrapper .node_title em a,
.login-wrapper .node_title em a:hover,
.login-wrapper .node_foot em a,
.login-wrapper .node_foot em a:hover,
.login-wrapper .node_foot a,
.login-wrapper .node_foot a:hover {
    color: #ff6a45 !important;
    font-size: 12px;
}

.login-wrapper .node_foot {
    margin-bottom: 20px;
}

.login-wrapper .login-formitem {
    margin-top: 5px;
    margin-bottom: 15px;
}

.login-wrapper .login-formitem .layui-form-item {
    position: relative;
    margin-bottom: 18px;
}

.login-wrapper .login-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #bbb;
    z-index: 1;
}

.login-wrapper .login-input-icon {
    padding-left: 38px !important;
}

.login-wrapper .register-agreement {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 18px;
    padding: 10px 12px;
    background-color: #f9f9f9;
    border-radius: 6px;
    border: 1px solid #eee;
}

.login-wrapper .register-agreement .layui-form-checkbox {
    margin: 0 !important;
    padding-right: 0 !important;
}

.login-wrapper .register-agreement .agreement-text {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
}

.login-wrapper .node_oauth {
    margin-top: 15px;
}

.login-wrapper .node_oauth i {
    font-size: 40px;
}

.login-wrapper .login-formitem .layui-form-item .layui-input-inline {
    width: unset !important;
}

.login-wrapper .login-formitem .layui-form-item.login-captcha {
    display: flex;
}

.login-wrapper .login-formitem .layui-form-item.login-captcha .layui-input-inline:nth-child(1) {
    width: 100% !important;
}

.login-wrapper .login-formitem .layui-form-item.login-captcha .layui-input-inline:nth-child(2) {
    margin-right: unset !important;
}

.login-wrapper .login-formitem .layui-form-item.login-captcha .layui-input-inline:nth-child(2) .layui-btn {
    width: 120px !important;
}

.login-wrapper .layui-btn-fluid {
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 6px;
    border-radius: 6px;
    background-color: #ff6a45;
    border: none;
    transition: background-color 0.2s, transform 0.1s;
}

.login-wrapper .layui-btn-fluid:hover {
    background-color: #e85a38;
}

.login-wrapper .layui-btn-fluid:active {
    transform: scale(0.98);
}

.login-wrapper .layui-input {
    height: 38px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    transition: border-color 0.2s, box-shadow 0.2s;
    background-color: #f9f9f9;
}

.login-wrapper .layui-input:focus {
    border-color: #ff6a45;
    box-shadow: 0 0 0 2px rgba(255, 106, 69, 0.08);
    background-color: #fff;
}

.layui-form-pane .layui-form-checkbox {
    margin: unset !important;
}

.layui-form-checkbox[lay-skin="primary"] i {
    height: 18px;
    width: 18px;
    line-height: 18px;
}

.layui-btn,
.layui-btn:hover {
    color: #fff !important;
}

.layui-elem-quote {
    border-left: 10px solid #f26e48 !important;
    font-size: 16px;
    margin: 15px 0 !important;
}

.singlepage .title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.registerView {
    padding: 10px 20px;
}

.registerView p{
  line-height: 25px;
}

.noscroll {
    height: 100%;
    overflow: hidden;
}

.activeimg {
    height: 200px;
    width: 200px;
    line-height: 200px;
}

.activeimg img {
    height: 180px;
    width: 180px;
    vertical-align: middle;
}

.layui-upload-drag {
    padding: unset !important;
    border: unset !important;
}

.layui-upload-drag .layui-icon {
    font-size: 150px;
}

/* 首页 - 用户信息卡片 */
.cus01 {
    margin-bottom: 20px;
}

.cus01-card {
    background: linear-gradient(135deg, #ff6a45 0%, #ff8f6b 100%);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(255, 106, 69, 0.3);
}

.cus01-avatar {
    margin-right: 24px;
    flex-shrink: 0;
}

.cus01-avatar .mainform2 {
    margin: unset;
}

.cus01-avatar .mainform2 .active {
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(255, 255, 255, 0.6);
}

.cus01-avatar .mainform2 .active i {
    font-size: 40px;
    color: #fff;
}

.cus01-avatar .imgcircle {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
}

.cus01-info {
    color: #fff;
}

.cus01-greeting {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 4px;
}

.cus01-nickname {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #ffe066 !important;
    letter-spacing: 0.5px;
}

.cus01-details {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cus01-tag {
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
}

.cus01-tag i {
    font-size: 14px;
    margin-right: 4px;
}

/* 首页 - 欢迎提示 */
.cus03 {
    margin-bottom: 20px;
}

.cus03-inner {
    background: #fff;
    border-radius: 8px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    border-left: 4px solid #ff6a45;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.cus03-icon {
    font-size: 22px;
    color: #ff6a45;
    margin-right: 12px;
}

.cus03-inner span {
    color: #666;
    font-size: 14px;
}

/* 首页 - 数据统计卡片 */
.cus02 {
    margin-top: 0;
}

.cus02-card {
    background: #fff;
    border-radius: 10px;
    padding: 24px 16px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}

.cus02-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.cus02-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    flex-shrink: 0;
}

.cus02-card-icon i {
    font-size: 26px;
    color: #fff;
}

.cus02-card--play .cus02-card-icon {
    background: linear-gradient(135deg, #ff6a45, #ff8f6b);
}

.cus02-card--replace .cus02-card-icon {
    background: linear-gradient(135deg, #5b8def, #7ea8f8);
}

.cus02-card--redenvelope .cus02-card-icon {
    background: linear-gradient(135deg, #f5a623, #f7c157);
}

.cus02-card-body {
    flex: 1;
}

.cus02-card-title {
    font-size: 13px;
    color: #999;
    margin-bottom: 6px;
}

.cus02-card-num {
    font-size: 14px;
    color: #333;
}

.cus02-card-num strong {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.cus02-card-amount {
    font-size: 13px;
    color: #999;
    margin-top: 4px;
}

.cus02-card-amount strong {
    color: #ff6a45;
    font-size: 16px;
    font-weight: 600;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-button:vertical {
    display: none;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-track:vertical {
    background-color: black;
}

::-webkit-scrollbar-track-piece {
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:vertical {
    margin-right: 10px;
    background-color: #f26e48;
}

 ::-webkit-scrollbar-thumb:hover,
 ::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #f26e48;
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-corner:vertical {
    background-color: #535353;
}

.aboutus-title{
  line-height: 25px;
  font-weight: bold;
}

.aboutus-content{
  line-height: 25px;
}

.aboutus-mt{
  margin-top: 10px;
}

.aboutus-h1{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.legend{
  font-size: 14px;
  font-weight: bold;
}

.thead-text-right{
  text-align: right !important;
}

.tamt0{
  margin-top: 0px;
}

.tamb0{
  margin-bottom: 0px;
}

.operanking{
  margin-top: 15px;
}

.ranking-section {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}

.ranking-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ranking-title {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
}

.ranking-icon {
  margin-right: 6px;
  font-size: 18px;
}

.rankingquote,.rankingquote2,.rankingquote3{
  font-size: 13px;
  padding: 10px 14px !important;
  margin-top: 10px !important;
  border-left: 3px solid #ff6a45 !important;
  background-color: #fff9f7 !important;
  border-radius: 0 6px 6px 0;
}

.rankingquote2,.rankingquote3{
  margin-bottom: unset !important;
}

.rankingquote b,.rankingquote2 b,.rankingquote3 b{
  color: #ff6a45;
}

.tplranking .layui-table thead tr.special th{
  border-bottom: 1px solid #a5710e !important;
}

.tplranking .layui-table tbody tr.special td {
  border: 1px solid #a5710e !important;
  color: #a5710e;
} 

.more{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
.more a{
  color: #ff6a45 !important;
  font-size: 13px;
}
.more a:hover{
  text-decoration: underline !important;
}

.ranking-loading {
  padding: 10px 0;
}

.skeleton-table {
  height: 200px;
  background: linear-gradient(90deg, #f5f5f5 25%, #eee 50%, #f5f5f5 75%);
  background-size: 200% 100%;
  animation: skeleton-pulse 1.5s infinite;
  border-radius: 6px;
}

@keyframes skeleton-pulse {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

@media only screen and (max-width: 400px){
  .login-wrapper {
    width: 100% !important;
  }
  .login-wrapper .login-formitem .layui-form-item.login-captcha .layui-input-inline:nth-child(1) {
      margin-right: 10px !important;
  }
}

@media only screen and (max-width: 1000px) {
    .m {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
    .layui-laydate,
    .layui-laydate-hint {
        background-color: unset !important;
    }
    .laydate-theme-molv.layui-laydate-range {
        width: unset !important;
        text-align: center;
        right: 33px;
    }
    .laydate-theme-molv .layui-laydate-main {
        background-color: #ffffff !important;
        width: 100% !important;
    }
    .layui-laydate-content table {
        width: 100% !important;
    }
    .laydate-theme-molv .layui-laydate-footer {
        background-color: #ffffff !important;
        text-align: left !important;
    }
    .tableEdit .layui-row>div.tableEdit-col1,
    .tableEdit .layui-row>div.tableEdit-col2 {
        width: 100% !important;
    }
    .layui-table-page .layui-laypage a,
    .layui-table-page .layui-laypage span.layui-laypage-curr {
        display: none;
        height: 35px !important;
        line-height: 35px !important;
    }
    .layui-laypage-prev,
    .layui-laypage-next {
        display: unset !important;
        padding: 8px !important;
    }
    .layui-laypage-skip,
    .layui-laypage-count,
    .layui-laypage-limits {
        display: none !important;
    }
    .giftwall .container-fluid,
    .navbar .container-fluid,
    .content .container-fluid,
    .footer .container-fluid {
        width: 90% !important;
    }
    .mywallet .yue-num-form p:nth-child(1) {
        width: 100%;
    }
    .cont .fl {
        width: 0px !important;
    }
    .cont .fr {
        width: 100% !important;
        border-radius: 10px;
    }
    .content {
        min-height: 500px !important;
    }
    .cont .fl,
    .cont .fr {
        min-height: 500px !important;
    }
    .applogin {
        flex: 1;
        overflow: visible;
    }
    .applogin .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
        padding: 20px 15px;
        overflow: visible;
    }
    .giftwall .container-fluid,
    .navbar .container-fluid,
    .content .container-fluid,
    .footer .container-fluid {
        padding: unset !important;
    }
    .login-wrapper .login-formitem .layui-form-item .layui-input-inline {
        margin: unset !important;
    }
    .navbar-brand img {
        height: 30px;
        width: auto;
        vertical-align: middle;
    }
    .footer .container-fluid .limit-wrap {
        padding: 20px 0;
    }
    .layui-table-fixed-l,
    .layui-table-fixed-r {
        display: none !important;
    }
    .mainform .layui-form-item .inline3 {
        display: unset !important;
    }
    .mainform .layui-form-item .inline3 .layui-input-inline {
        margin-right: unset !important;
        width: 100% !important;
        margin-bottom: 5px !important;
    }
    .mainform .layui-form-item .inline3 .layui-input-inline:nth-child(3) {
        margin-bottom: unset !important;
    }
    .mychaxun .yueform .layui-form-item .layui-input-inline {
        margin: unset !important;
    }
    .mychaxun .yueform .layui-form-item .layui-input-inline+.layui-form-mid {
        margin-left: unset !important;
        top: unset !important;
        text-align: center;
        width: 100%;
    }
    .mychaxun .yueform .layui-form-item .layui-input-inline {
        width: 100%;
    }
    .mychaxun .yueform .layui-form-item .layui-input#time {
        width: 100% !important;
    }
    .mywallet .yue-num-content>div {
        width: unset !important;
    }
    .mycode {
        margin-top: 6px !important;
    }
    .mycode .layui-input-inline {
        margin: unset !important;
        width: 100%;
    }
    .mycode .qrcode {
        padding-top: 10px !important;
        text-align: right;
    }
    .mychaxun .yueform .yue-form-list{
      margin-right: 2px !important;
    }
    .mychaxun .yueform{
      margin-top: 0;
    }
    .giftwall .giftwall-fluid{
      width: 100% !important;
    }
    .cus01-card {
        padding: 20px 16px;
        flex-direction: column;
        text-align: center;
    }
    .cus01-avatar {
        margin-right: 0;
        margin-bottom: 14px;
    }
    .cus01-details {
        justify-content: center;
    }
    .cus01-tag {
        font-size: 12px;
        padding: 3px 10px;
    }
    .cus02-card {
        padding: 16px 12px;
        flex-direction: column;
        text-align: center;
    }
    .cus02-card-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 359px) {
    html,
    body {
        width: 359px;
    }
}

@media only screen and (max-width: 720px){
  .tableOpen{
    width: 90% !important;
  }
}

@media only screen and (max-width: 1000px) {
  .navbar-ad {
    margin: 0 8px;
    min-width: 0;
  }
}

@media only screen and (max-width: 800px) {
  .navbar-ad {
    display: none;
  }
}