body {
    background-color: #f6f7fb;
    line-height: 1.6;
    margin: 0;
    font-family: -apple-system-font, Helvetica Neue, sans-serif;
}

.back-iconfont {
    background: url('/static/images/back-icon.png') no-repeat center;
    width: 16px;
    height: 16px;
    background-size: contain;
    display: inline-block;
}

.home-iconfont {
    background: url('/static/images/home-icon.png') no-repeat center;
    width: 16px;
    height: 16px;
    background-size: contain;
    margin-left: 10px;
    display: inline-block;
}

.customtop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 53px;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
    padding: 0 15px;
    z-index: 99;
}

.appshow {
    padding-top: 8px;
}

.customtop .item { flex: 1; }
.customtop .title { text-align: center; font-size: 16px; }

.customtop_blank { height: 54px; }

.topbox { background: #fff; }
.topbox .name { font-weight: bold; }

.topbox .name {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 15px;
    box-sizing: border-box;
}

.searchbox, .loginbox {
    width: 350px;
    margin: 15px auto;
    font-size: 14px;
}

.loginbox {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.searchbox .item, .loginbox .item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.searchbox .label, .loginbox .label {
    color: #999;
    width: 80px;
}

.searchbox .inputbox, .loginbox .inputbox {
    flex: 1;
    border: 1px solid #666;
    padding: 3px 8px;
    border-radius: 2px;
}

.uni-input-input {
    width: 100%;
    border: none;
    outline: none;
    background: none;
    height: 28px;
    padding: 4px 0;
    box-sizing: border-box;
    font-size: 14px;
}

.btn-group {
    display: flex;
    gap: 7px;
    margin-top: 10px;
}

.btn {
    border: none;
    flex: 1;
    text-align: center;
    padding: 6px 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.aduty-btn-default { background: #ff6131; }
.aduty-btn-primary { background: #2979ff; }
.aduty-btn-danger { background: #ff4444; }

.list {
    margin-top: 15px;
}

.list .item {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.itembox {
    padding: 15px;
}

.row {
    display: flex;
    margin-bottom: 5px;
}

.row .label {
    color: #999;
    font-size: 14px;
    margin-right: 8px;
}

.row .con {
    flex: 1;
    font-size: 14px;
}

.aduty-text-price {
    color: red;
}

.uloadmore {
    text-align: center;
    margin: 15px 0;
    color: #999;
}
.error-msg, .empty-msg, .login-error-msg {
    text-align: center;
    padding: 10px;
    margin: 10px auto;
    width: 350px;
    border-radius: 4px;
}

.error-msg, .login-error-msg {
    color: #ff4444;
    background: #fff;
}

.empty-msg {
    color: #999;
    background: #fff;
}
.date_class_box, .lcalendar_nongli, .date_info_box {
  display: none !important;
}
    .query-btn {
        border: none;
        flex: 1;
        text-align: center;
        padding: 6px 0;
        border-radius: 4px;
        color: #fff;
        cursor: pointer;
    }
    .query-btn:active,
    .query-btn:focus {
    opacity: 0.9; 
    }
.user-info {
    text-align: center;
    padding: 10px;
    color: #666;
}
.hidden-phone-input {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
.item.left {
    white-space: nowrap; 
    
}

.item.left .icon-link {
    display: inline-block; 
    vertical-align: middle;
    text-decoration: none; 
    color: inherit; 
}
.item.left .icon-link:last-child {
    margin-right: 0;
}

/* 兼容原有图标样式（如果需要） */
.item.left .back-iconfont,
.item.left .home-iconfont {
    /* 确保图标本身不换行 */
    display: inline-block;
}