 
.section {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}
.product-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-section h3 {
    font-size: 16px;
    margin: 0;
    display: flex;
    align-items: center;
}
.product-section h3::before {
    content: "📦";
    margin-right: 10px;
}
.product-section p {
    color: #666;
    font-size: 14px;
    margin: 5px 0 15px 0;
}
.product-section .price {
    font-size: 16px;
    font-weight: bold;



}


h2 {
    color: #0a786f!important;
    line-height: 60px !important;
}
.add-product-btn {
    background-color: #e6f0fa;
    color: #0a786f;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.add-product-btn::before {
    content: "+";
    margin-right: 5px;
}
.accept-offer-btn {
    background-color: #f5f5f5;
    color: #666;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    float: right;
}
.briefing-section {
    height: 150px;
}
.selected-products {
    margin-top: 20px;
}
.selected-product-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}
.selected-product-item img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.selected-product-info {
    flex-grow: 1;
}
.selected-product-info p {
    margin: 0;
    font-size: 14px;
}
.selected-product-info .price {
    font-size: 14px;
    color: #666;
}
.modal, .address-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}
.modal-content, .address-modal-content {
    background-color: #fff;
    border-radius: 8px;
    width: 500px;
    padding: 20px;
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
}
.modal-content .price {
    /* float: right; */
    font-weight: bold;
}
.product-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}
.product-item img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.product-info {
    flex-grow: 1;
}
.product-info p {
    margin: 0;
    font-size: 14px;
}
.product-info .price {
    font-size: 14px;
    color: #666;
}
.quantity-control {
    display: flex;
    align-items: center;
}
.quantity-control button {
    background-color: #f5f5f5;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
}
.quantity-control span {
    margin: 0 10px;
    font-size: 14px;
}
.confirm-btn, .save-address-btn {
    background-color: #1a3c34;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    margin-top: 10px;
}
.cancel-btn {
    background-color: #f5f5f5;
    color: #666;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    margin-top: 10px;
}
.saved-address {
    margin-top: 20px;
}

/* 成功提示样式 */
.success-message {
    display: flex;
    align-items: center;
    background-color: #f0f8ff; /* 浅蓝色背景 */
    border: 1px solid #d1eaff;
    border-radius: 5px;
    padding: 15px;
    font-size: 14px;
}
.success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #28a745; /* 绿色背景 */
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
}
.success-text {
    color: #333;
}
.success-text strong {
    font-weight: bold;
}

/* 地址显示样式 */
.address-display {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 15px;
}
.address-display h3 {
    font-size: 16px;
    color: #1a3c34;
    margin: 0 0 10px 0;
}
.address-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
}
.address-label {
    color: #666;
    font-weight: 500;
    width: 30%;
}
.address-value {
    color: #333;
    width: 70%;
    text-align: left;
}





.section {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}
.product-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-section h3 {
    font-size: 16px;
    margin: 0;
    display: flex;
    align-items: center;
}
.product-section h3::before {
    content: "📦";
    margin-right: 10px;
}
.product-section p {
    color: #666;
    font-size: 14px;
    margin: 5px 0 15px 0;
}
.product-section .price {
    font-size: 16px;
    font-weight: bold;
}
.add-product-btn {
    background-color: #e6f0fa;
    color: #0a786f;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.add-product-btn::before {
    content: "+";
    margin-right: 5px;
}
.accept-offer-btn {
    background-color: #e6f0fa;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    display: flex
;
    align-items: center;
}
.briefing-section {
    height: 150px;
}
.selected-products {
    margin-top: 20px;
}
.selected-product-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}
.selected-product-item img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.selected-product-info {
    flex-grow: 1;
}
.selected-product-info p {
    margin: 0;
    font-size: 14px;
}
.selected-product-info .price {
    font-size: 14px;
    color: #666;
}
.modal, .address-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
}
div#productList {
    margin-top: 30px;
}
.modal-content #modalTotalPrice {
    /* contain-intrinsic-block-size: auto 100px; */
    /* float: right; */
    font-weight: bold;
    position: absolute;
    right: 9px;
}
.modal-content, .address-modal-content {
    background-color: #fff;
    border-radius: 8px;
    width: 500px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    max-height: 80vh;
    overflow-y: auto;
}
.modal-content .price {
    /* float: right; */
    font-weight: bold;
}
.product-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}
.product-item img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.product-info {
    flex-grow: 1;
}
.product-info p {
    margin: 0;
    font-size: 14px;
}
.product-info .price {
    font-size: 14px;
    color: #666;
}
.quantity-control {
    display: flex;
    align-items: center;
}
.quantity-control button {
    background-color: #f5f5f5;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
}
.quantity-control span {
    margin: 0 10px;
    font-size: 14px;
}
.confirm-btn, .save-address-btn {
    background-color: #1a3c34;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    margin-top: 10px;
}
.cancel-btn {
    background-color: #f5f5f5;
    color: #666;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    margin-top: 10px;
}
.saved-address {
    margin-top: 20px;
}

 

#pdf-container {
    width: 100%;
    height: 800px;
    border: 1px solid #ccc;
}
iframe {
    width: 100%;
    height: 100%;
    border: none;
}














  