﻿
.maui-layout-box {
    padding-right: 0;
    /*display:flex;*/
}
.compose-topbar .btn-reset {
    height: 30px;
    width: 49%;
}
.maui-layout-box .maui-row-right {
    float: none;
    /*width: 37%;*/
    margin-right: auto;
    display:flex;
}
.side-bar {
    width: 100%;
    position: inherit;
}
.selected-price-header {
    display: flex;
    justify-content: space-between;
}
.options-field .option.selected {
    display: flex;
    justify-content: space-between;
}
#spShipMoeny {
display:none;
}
.span_area {
    line-height: 2;
    margin-left: 22px;
    color: red;
}
.span_pcsnum {
    display:none;
}
input[type="text"] {
}
.other_option dl {
    height: 38px;
    margin-bottom: 0px;
    border-bottom: 1px solid #7890b3;
}
.other_option .name {
    padding: 10px 5px;
    height: 38px;
    float: left;
    cursor: pointer;
}
    .other_option .name.active {
        border: 1px solid #7890b3;
        border-bottom: 1px solid #ffffff;
        color: #7890b3;
    }
.select_item_box {
    width: 100%;
    padding: 10px 10px 0;
    border: 1px solid #7890b3;
    border-top: none;
}
.other_option .arr_bottom {
    display: inline-block;
    background: url(/pagesV1/images/onejian.png) no-repeat;
    width: 11px;
    height: 9px;
    margin-left: 5px;
}
.other_option .name.active .arr_bottom {
    background: url(/pagesV1/images/hoveronejian.png) no-repeat;
}
.hover_detail, .hover_detail .hover_detail_content {
    top: 50%;
    transform: translate(0,-50%);
}
.hover_detail {
    position: fixed;
    width: 1200px;
    z-index: 1000;
}
    .hover_detail .hover_detail_title {
        width: 60px;
        height: 70px;
        background-color: #009c4b;
        color: #fff;
        font-size: 15px;
        text-align: center;
        padding: 10px 0;
        box-sizing: border-box;
        letter-spacing: 1px;
        cursor: pointer;
        position: absolute;
        left: -65px;
        /*        right: -80px;
        top: -40px;*/
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hover_detail .hover_detail_content {
        width: 1220px;
        padding: 15px;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        display: none;
        top: -39px;
        z-index: 10;
        background: #fff;
        box-shadow: rgba(0,0,0,.3)0 0 20px;
    }
.pcbDetail li {
    border: 1px solid #f3f3f3;
    border-right: none;
    border-bottom: none;
}

.pcbDetail li, .hover_detail li {
    float: left;
    width: 25%;
    height: 50px;
    font-size: 14px;
    overflow: hidden;
}
.ullifc li span, .ullifc li em {
    display: flex;
    float: left;
    width: 50%;
    align-items: center;
    box-sizing: border-box;
    height: 50px;
    padding: 0 0.7em;
    line-height: 14px;
}
.pcbDetail li span, .hover_detail li span {
/*    background: #F9F9F9;*/
    background: #ebebeb;
}
.pcbDetail li em, .hover_detail li em {
    text-align: left;
    justify-content: left;
    font-style:normal;
}


/* 外层容器样式（模拟原 .expedited_time） */
.expedited_time {
    background: #fff;
    /*border-radius: 16px;*/
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    padding: 10px 24px;
    /*max-width: 800px;*/
    margin: 0px auto 15px auto;
}

/* 提示信息样式 */
.tip_pay {
    background: #fef3c7;
    color: #b45309;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 20px;
}

.green {
    color: #2e7d32;
    font-size: 12px;
    background: #e8f5e9;
    padding: 4px 12px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 12px;
}

/* 列表容器：纵向排列 */
.priceDetail {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

    /* 每个列表项：左右排列 */
    .priceDetail li {
/*        display: flex;*/
        width:50px;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
        border-bottom: 1px solid #eef2f6;
    }

        /* 最后一项无底边框 */
        .priceDetail li:last-child {
            border-bottom: none;
        }

        /* 费用名称样式 */
        .priceDetail li p:first-child {
            font-size: 14px;
            font-weight: 500;
            color: #334155;
            margin: 0;
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }

        /* 价格样式 */
        .priceDetail li p:last-child {
            font-size: 16px;
            font-weight: 600;
            color: #0f172a;
            margin: 0;
        }

/* 提示图标样式 */
.smintip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: help;
    margin-left: 4px;
}

    .smintip img {
        width: 14px;
        height: 14px;
        vertical-align: middle;
    }
