.order-detail-container{width:100%;max-width:1200px;margin:118px auto;border-radius:20px;border:1px solid rgba(220,223,230,.5);background:#fff;font-family:"Microsoft YaHei","Microsoft YaHei UI",-apple-system,Roboto,Helvetica,sans-serif;padding:40px;box-sizing:border-box;position:relative}.order-detail-container *{box-sizing:border-box}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}.order-header .header-left .order-title{color:#000;font-size:24px;font-weight:400;margin:0 0 20px 0}.order-header .header-left .order-desc{color:#666;font-size:18px;font-weight:400;margin:0 0 10px 0}.order-header .header-left .order-desc .highlight{color:#f56c6c}.order-header .header-left .order-sub-desc{color:#666;font-size:18px;font-weight:400;margin:0}.order-header .header-right{display:flex;gap:10px;align-items:center}.order-header .header-right .header-badge{height:40px;object-fit:cover;border-radius:6px}.form-row{display:flex;align-items:center;gap:20px;margin-bottom:40px}.form-row .order-form{margin-bottom:0}.order-form{display:flex;align-items:center;gap:12px;margin-bottom:40px}.order-form .form-label{color:#333;font-size:14px;font-weight:400;display:flex;align-items:center;gap:4px}.order-form .form-label .required{color:#f56c6c}.order-form .form-input{width:240px;height:40px;padding:0 12px;border-radius:4px;border:1px solid #dcdfe6;background:#fff;color:#333;font-size:14px;outline:none}.order-form .form-input::placeholder{color:#a8abb2}.order-table{border:1px solid #dcdfe6;border-radius:4px;margin-bottom:40px}.order-table .table-header{height:60px;background:#f6f6f6;display:flex;align-items:center;justify-content:space-between;padding:0 60px;border-radius:4px 4px 0 0}.order-table .table-header .col-name,.order-table .table-header .col-price{color:#666;font-size:18px;font-weight:400}.order-table .table-header .col-price{padding-right:20px}.order-table .table-body{display:flex;justify-content:space-between;padding:20px 60px;background:#fff;border-radius:0 0 4px 4px}.order-table .table-body .product-info .product-name{color:#333;font-size:20px;font-weight:700;margin:0 0 20px 0}.order-table .table-body .product-info .product-desc-list{list-style:none;padding:0;margin:0}.order-table .table-body .product-info .product-desc-list li{color:#666;font-size:18px;font-weight:400;margin-bottom:16px}.order-table .table-body .product-info .product-desc-list li:last-child{margin-bottom:0}.order-table .table-body .product-price-info{text-align:right;padding-right:20px}.order-table .table-body .product-price-info .current-price{color:#333;font-size:20px;font-weight:700;margin-bottom:20px}.order-table .table-body .product-price-info .original-price{color:#999;font-size:18px;font-weight:400;text-decoration:line-through}.order-bottom-section{display:flex;flex-direction:column;align-items:center;margin-top:40px;border-top:1px solid rgba(220,223,230,.5);padding-top:40px}.order-summary-totals{display:flex;flex-direction:column;gap:16px;width:100%;max-width:800px;margin-bottom:40px}.order-summary-totals .summary-row{display:flex;justify-content:space-between;align-items:center;color:#666;font-size:18px;font-weight:400}.order-summary-totals .summary-row.grand-total{margin-top:12px}.order-summary-totals .summary-row.grand-total .grand-label{color:#000;font-size:24px;font-weight:700}.order-summary-totals .summary-row.grand-total .total-amount{color:#f56c6c;font-size:24px;font-weight:700}.payment-methods{display:flex;gap:20px;justify-content:center;margin-bottom:30px}.payment-methods .payment-option{width:160px;height:68px;border-radius:6px;border:1px solid #dcdfe6;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:all .3s}.payment-methods .payment-option img{max-width:80%;max-height:50%;object-fit:contain}.payment-methods .payment-option .check-icon{position:absolute;right:-12px;bottom:-12px;width:24px;height:24px;border-radius:50%;background:#30c52d;color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.payment-methods .payment-option .check-icon::after{content:"";width:10px;height:5px;border:2px solid #fff;border-top:none;border-right:none;transform:rotate(-45deg) translateY(-2px)}.payment-methods .payment-option.active{border-color:#30c52d}.payment-methods .payment-option.active .check-icon{opacity:1}.order-footer{display:flex;flex-direction:column;align-items:center;gap:30px}.order-footer .terms-label{display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.order-footer .terms-label .terms-checkbox{display:none}.order-footer .terms-label .terms-checkbox:checked+.custom-checkbox{background:#007bff;border-color:#007bff}.order-footer .terms-label .terms-checkbox:checked+.custom-checkbox::after{content:"";display:block;width:4px;height:8px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg);margin-left:4px;margin-top:1px}.order-footer .terms-label .custom-checkbox{width:16px;height:16px;border-radius:2px;border:1px solid #ddd;display:inline-block;transition:all .3s}.order-footer .terms-label .terms-text{color:#999;font-size:16px;font-weight:400}.order-footer .terms-label .terms-text .terms-link{color:#007bff;text-decoration:none}.order-footer .terms-label .terms-text .terms-link:hover{text-decoration:underline}.order-footer .btn-submit{width:340px;height:60px;border-radius:8px;background:#017fff;color:#fff;border:none;font-size:20px;font-weight:700;cursor:pointer;transition:background .3s}.order-footer .btn-submit:hover{background:rgb(0,101.6929133858,205)}@media(max-width: 1240px){.order-detail-container{margin:40px 20px}}@media(max-width: 768px){.order-header{flex-direction:column;gap:20px}.form-row{flex-direction:column;align-items:flex-start;gap:15px}.order-table .table-header{padding:0 20px}.order-table .table-body{flex-direction:column;padding:20px;gap:20px}.order-table .table-body .product-price-info{text-align:left}.payment-methods-wrapper{flex-direction:column;gap:40px;align-items:center}.order-summary-totals{width:100%;padding-right:0}}#payment-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);z-index:9999;display:none}#payment-mask.show{display:block}#payment-success,#payment-fail{position:fixed;left:50%;top:50%;transform:translate(-50%, -50%);z-index:99999;display:none;width:440px;background-color:#fff;border-radius:17px;box-sizing:border-box}#payment-success.show,#payment-fail.show{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}#payment-success img,#payment-fail img{display:block;margin:40px auto 30px}#payment-success h4,#payment-fail h4{font-size:24px;color:#333;margin:0 0 30px;font-weight:700}#payment-success .return-btn,#payment-fail .return-btn{display:inline-block;box-sizing:border-box;width:164px;height:48px;line-height:48px;text-align:center;text-decoration:none;background:#017fff;border-radius:8px;color:#fff;font-size:18px;cursor:pointer;transition:background .3s}#payment-success .return-btn:hover,#payment-fail .return-btn:hover{background:rgb(0,101.6929133858,205)}#payment-success .return-btn:visited,#payment-fail .return-btn:visited{color:#fff}#payment-success{padding-bottom:35px;background-image:url(https://res.kingshiper.com/abroadwm/image/2026-04/790dfc3c3ed7e2af.png);background-position:top right;background-repeat:no-repeat}#payment-success .learn-more{width:367px;margin-bottom:45px;background:rgba(217,217,217,.18);border-radius:17px;padding-bottom:20px}#payment-success .learn-more p{font-size:17px;color:#262626;padding-left:25px;padding-top:15px;margin:0}#payment-success .learn-more .recommend-box{width:285px;margin:15px auto 0;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}#payment-success .learn-more .recommend-box a{width:fit-content;margin-right:54px;margin-bottom:16px}#payment-success .learn-more .recommend-box a:nth-child(3n){margin-right:0}#payment-success .learn-more .recommend-box a:nth-child(n+4){margin-bottom:0}#payment-success .learn-more .recommend-box img{width:58px;height:58px;margin:0}#payment-success .return-btn{margin-bottom:0}#payment-fail{background:#f5f5f5}#payment-fail h4{margin-bottom:73px}#payment-fail .return-btn{margin-bottom:75px}#payment-fail .payment-account{color:#666;font-size:15px;margin:0}
