:root{--el-popup-modal-background-color:var(--el-color-black);--el-popup-modal-opacity:0.5}.v-modal-enter{-webkit-animation:v-modal-in var(--el-transition-duration-fast) ease;animation:v-modal-in var(--el-transition-duration-fast) ease}.v-modal-leave{-webkit-animation:v-modal-out var(--el-transition-duration-fast) ease forwards;animation:v-modal-out var(--el-transition-duration-fast) ease forwards}@-webkit-keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-in{0%{opacity:0}}@-webkit-keyframes v-modal-out{to{opacity:0}}@keyframes v-modal-out{to{opacity:0}}.v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:var(--el-popup-modal-opacity);background:var(--el-popup-modal-background-color)}.el-popup-parent--hidden{overflow:hidden}.el-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;height:100%;background-color:rgba(0,0,0,.5);overflow:auto}.el-overlay .el-overlay-root{height:0}.el-dialog{--el-dialog-background-color:var(--el-color-white);--el-dialog-box-shadow:0 1px 3px rgba(0,0,0,0.3);--el-dialog-title-font-size:var(--el-font-size-large);--el-dialog-content-font-size:14px;--el-dialog-font-line-height:var(--el-font-line-height-primary);--el-dialog-padding-primary:20px;position:relative;margin:0 auto 50px;background:var(--el-dialog-background-color);border-radius:var(--el-border-radius-small);-webkit-box-shadow:var(--el-dialog-box-shadow);box-shadow:var(--el-dialog-box-shadow);-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.el-dialog.is-fullscreen{width:100%;margin-top:0;margin-bottom:0;height:100%;overflow:auto}.el-dialog__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;margin:0}.el-dialog__header{padding:var(--el-dialog-padding-primary);padding-bottom:10px}.el-dialog__headerbtn{position:absolute;top:var(--el-dialog-padding-primary);right:var(--el-dialog-padding-primary);padding:0;background:0 0;border:none;outline:0;cursor:pointer;font-size:var(--el-message-close-size,16px)}.el-dialog__headerbtn .el-dialog__close{color:var(--el-color-info)}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:var(--el-color-primary)}.el-dialog__title{line-height:var(--el-dialog-font-line-height);font-size:var(--el-dialog-title-font-size);color:var(--el-text-color-primary)}.el-dialog__body{padding:calc(var(--el-dialog-padding-primary) + 10px) var(--el-dialog-padding-primary);color:var(--el-text-color-regular);font-size:var(--el-dialog-content-font-size);word-break:break-all}.el-dialog__footer{padding:var(--el-dialog-padding-primary);padding-top:10px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-dialog--center{text-align:center}.el-dialog--center .el-dialog__body{text-align:initial;padding:25px calc(var(--el-dialog-padding-primary) + 5px) 30px}.el-dialog--center .el-dialog__footer{text-align:inherit}.dialog-fade-enter-active{-webkit-animation:modal-fade-in var(--el-transition-duration)!important;animation:modal-fade-in var(--el-transition-duration)!important}.dialog-fade-enter-active .el-dialog{-webkit-animation:dialog-fade-in var(--el-transition-duration);animation:dialog-fade-in var(--el-transition-duration)}.dialog-fade-leave-active{-webkit-animation:modal-fade-out var(--el-transition-duration);animation:modal-fade-out var(--el-transition-duration)}.dialog-fade-leave-active .el-dialog{-webkit-animation:dialog-fade-out var(--el-transition-duration);animation:dialog-fade-out var(--el-transition-duration)}@-webkit-keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes dialog-fade-out{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes dialog-fade-out{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@-webkit-keyframes modal-fade-in{0%{opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes modal-fade-in{0%{opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes modal-fade-out{0%{opacity:1}to{opacity:0}}@keyframes modal-fade-out{0%{opacity:1}to{opacity:0}}.restrict_message{height:36px;background:#fdfadb;border:1px solid #f7eee0;padding-left:22px}.restrict_message .message{font-family:Microsoft YaHei;font-weight:400;font-size:14px;color:#b76c1c}.disabled_product_dialog{margin:0 auto;height:330px}.disabled_product_dialog .good_item{font-size:14px}.disabled_product_dialog .good_item .goods_img_con{width:80px;height:80px;background-color:#999}.disabled_product_dialog .good_item img{width:100%;height:100%}.disabled_product_dialog .good_item .good_info{margin-left:10px}.disabled_product_dialog .good_item .good_name{width:320px;color:#333;line-height:14px;display:inline-block}.disabled_product_dialog .good_item .spec_num{margin-top:26px}.disabled_product_dialog .good_item .spec_num .good_spec{color:#999}.disabled_product_dialog .good_item .spec_num .good_num{float:right;color:#333}.disabled_product_dialog .btn_con{font-size:14px;margin-top:20px;cursor:pointer}.disabled_product_dialog .btn_con .return{cursor:pointer;width:60px;height:30px;line-height:30px;text-align:center;color:#333;border-radius:3px;border:1px solid #ddd}.disabled_product_dialog .btn_con .red,.disabled_product_dialog .btn_con .remove{background-color:var(--color_main);color:#fff}.disabled_product_dialog .btn_con .remove{width:120px;height:30px;line-height:30px;text-align:center;border-radius:3px;margin-left:10px;cursor:pointer}.pro_list_ava .el-checkbox__input.is-checked .el-checkbox__inner[data-v-2ef033de],.pro_list_ava .el-checkbox__input.is-indeterminate .el-checkbox__inner[data-v-2ef033de]{background-color:var(--color_main);border-color:var(--color_main)}.designer_application_orderDetail[data-v-2ef033de]{float:left;width:1009px;margin-left:15px}.designer_application_orderDetail .title[data-v-2ef033de]{height:60px;border-bottom:1px solid #eee;line-height:60px;padding-left:20px;font-size:16px;font-family:SourceHanSansCN-Medium,SourceHanSansCN;font-weight:500;color:#666;background-color:#fff}.designer_application_orderDetail .des_app_detail[data-v-2ef033de]{padding:20px;background-color:#fff}.designer_application_orderDetail .des_app_detail .outer44[data-v-2ef033de]{padding:16px;min-height:190px;background-color:#f7f7f7;justify-content:center;align-items:center}.designer_application_orderDetail .des_app_detail .outer44 .mod3[data-v-2ef033de]{width:100%}.designer_application_orderDetail .des_app_detail .outer44 .mod3 .txt10[data-v-2ef033de]{color:#666;font-size:14px}.designer_application_orderDetail .des_app_detail .outer44 .mod3 .info16[data-v-2ef033de]{color:var(--color_main);font-size:14px;margin-left:18px}.designer_application_orderDetail .des_app_detail .outer44 .mod3 .layer4[data-v-2ef033de]{height:2px;background:#eee;margin-top:18px}.designer_application_orderDetail .des_app_detail .outer44 .mod3 .word24[data-v-2ef033de]{color:#222;margin-top:20px}.designer_application_orderDetail .des_app_detail .outer44 .mod3 .layer5[data-v-2ef033de]{margin-top:15px;word-break:break-all}.designer_application_orderDetail .des_app_detail .outer44 .mod3 .layer5 .txt11[data-v-2ef033de]{color:#666;font-size:12px;margin-right:12px;word-break:break-all}.designer_application_orderDetail .des_app_detail .outer44 .mod3 .layer5 .txt12[data-v-2ef033de]{color:var(--color_main);font-size:12px;margin-right:12px;line-height:15px;border-bottom:1px solid var(--color_main)}.designer_application_orderDetail .des_app_detail .pro_list[data-v-2ef033de]{margin-top:20px}.designer_application_orderDetail .des_app_detail .pro_list .pro_img[data-v-2ef033de]{width:106px;height:106px;background:#fff;border:1px solid #e2e2e2;margin:0 auto}.designer_application_orderDetail .des_app_detail .pro_list .pro_img img[data-v-2ef033de]{width:103px;height:103px}.designer_application_orderDetail .des_app_detail .pro_list .bd14 .word95[data-v-2ef033de],.designer_application_orderDetail .des_app_detail .pro_list .bd15 .info54[data-v-2ef033de]{font-size:12px;font-family:SourceHanSansCN-Regular,SourceHanSansCN;font-weight:400;line-height:20px}.designer_application_orderDetail .des_app_detail .pro_list .bd15 .info54[data-v-2ef033de]{color:#686868}.designer_application_orderDetail .des_app_detail .pro_list .bd16[data-v-2ef033de]{font-size:12px;font-family:SourceHanSansCN-Bold,SourceHanSansCN;font-weight:700;color:var(--color_price);line-height:18px}.designer_application_orderDetail .des_app_detail .pro_list .pro_list_ava[data-v-2ef033de]{border:1px solid #f4f4f4}.designer_application_orderDetail .des_app_detail .pro_list .section25[data-v-2ef033de]{justify-content:space-between}.designer_application_orderDetail .des_app_detail .pro_list .section25 .txt50[data-v-2ef033de]{font-size:12px;font-family:SourceHanSansCN-Regular;margin-top:7px}.designer_application_orderDetail .des_app_detail .pro_list .section25 .goods_edit_nem[data-v-2ef033de]{background:#fff;border:1px solid #ddd;margin-right:10px}.designer_application_orderDetail .des_app_detail .pro_list .section25 .goods_edit_nem span[data-v-2ef033de]{width:26px;height:30px;background:#fff;text-align:center;display:block;line-height:30px;cursor:pointer}.designer_application_orderDetail .des_app_detail .pro_list .section25 .goods_edit_nem input[data-v-2ef033de]{width:44px;height:30px;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;text-align:center;line-height:30px}.designer_application_orderDetail .des_app_detail .pro_list .section25 .goods_edit_nem input[type=number][data-v-2ef033de]::-webkit-inner-spin-button,.designer_application_orderDetail .des_app_detail .pro_list .section25 .goods_edit_nem input[type=number][data-v-2ef033de]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.designer_application_orderDetail .des_app_detail .pro_list .section25 .goods_edit_nem input[type=number][data-v-2ef033de]{-moz-appearance:textfield}.designer_application_orderDetail .des_app_detail .pro_list_dis[data-v-2ef033de]{margin-top:30px}.designer_application_orderDetail .des_app_detail .pro_list_dis .label[data-v-2ef033de]{font-size:14px;font-family:SourceHanSansCN-Bold,SourceHanSansCN;font-weight:700;color:#666;margin-bottom:20px}.designer_application_orderDetail .des_app_detail .pro_list_dis .dis_table[data-v-2ef033de]{border:1px solid #f4f4f4}.designer_application_orderDetail .order_bottom[data-v-2ef033de]{margin-top:40px;height:80px;background:#f3f3f3;border:1px solid #f0f0f0;padding-right:20px}.designer_application_orderDetail .order_bottom .op_left[data-v-2ef033de]{padding-left:14px}.designer_application_orderDetail .order_bottom .op_left .txtMain[data-v-2ef033de]{font-size:14px;font-family:SourceHanSansCN-Regular,SourceHanSansCN;font-weight:400;color:var(--color_main);margin-left:20px}.designer_application_orderDetail .order_bottom .op_right .txt[data-v-2ef033de]{margin-right:20px}.designer_application_orderDetail .order_bottom .op_right .txt .txt1[data-v-2ef033de]{font-size:14px;font-family:SourceHanSansCN-Regular,SourceHanSansCN;font-weight:400;color:#333}.designer_application_orderDetail .order_bottom .op_right .txt .txt2[data-v-2ef033de]{font-size:18px;font-family:SourceHanSansCN-Bold,SourceHanSansCN;font-weight:700;color:var(--color_price)}.designer_application_orderDetail .order_bottom .op_right .but1[data-v-2ef033de]{min-width:112px;height:44px;line-height:44px;color:var(--color_main);font-size:20px;font-family:SourceHanSansCN-Medium,SourceHanSansCN;font-weight:600;text-align:center;border:1px solid var(--color_main);margin-right:20px;padding:0 10px;cursor:pointer}.designer_application_orderDetail .order_bottom .op_right .but2[data-v-2ef033de]{min-width:112px;height:44px;line-height:44px;color:#fff;font-size:20px;font-family:SourceHanSansCN-Medium,SourceHanSansCN;font-weight:500;text-align:center;background:var(--color_main);padding:0 10px;cursor:pointer}.designer_application_orderDetail .disable[data-v-2ef033de]{opacity:.3;color:#666!important}.designer_application_orderDetail .main1[data-v-2ef033de],.designer_application_orderDetail .main11[data-v-2ef033de]{height:46px;border-radius:4px 4px 0 0;background-color:#f8f8f8;width:100%;justify-content:center;align-items:flex-start;padding-left:20px}.designer_application_orderDetail .main1 .mod1[data-v-2ef033de],.designer_application_orderDetail .main11 .mod1[data-v-2ef033de]{z-index:auto;height:16px;justify-content:space-between;width:100%;padding-right:15px}.designer_application_orderDetail .main1 .mod1 .txt1[data-v-2ef033de],.designer_application_orderDetail .main11 .mod1 .txt1[data-v-2ef033de]{display:block;color:#333;font-size:14px;text-align:left;margin-top:1px}.designer_application_orderDetail .main1 .mod1 .label1[data-v-2ef033de],.designer_application_orderDetail .main11 .mod1 .label1[data-v-2ef033de]{font-size:16px;font-weight:700;cursor:pointer}.designer_application_orderDetail .main244[data-v-2ef033de]{padding-right:40px;padding-top:20px}.designer_application_orderDetail .main22[data-v-2ef033de]{z-index:11;height:309px;border-radius:3px 3px 0 0;align-self:center;margin-top:20px;width:747px;justify-content:flex-start}.designer_application_orderDetail .main22 .mod2[data-v-2ef033de]{z-index:auto;width:747px;height:297px}.designer_application_orderDetail .main22 .mod2 .group2[data-v-2ef033de]{height:40px;border-radius:3px 3px 0 0;background:#eee;padding-left:10px}.designer_application_orderDetail .main22 .mod2 .group2 .word0[data-v-2ef033de]{width:56px;height:40px}.designer_application_orderDetail .main22 .mod2 .group2 .word1[data-v-2ef033de]{width:126px;height:40px;text-align:center;font-size:14px;line-height:40px}.designer_application_orderDetail .main22 .mod2 .group2 .word2[data-v-2ef033de]{width:156px;height:40px;color:#666;font-size:14px;text-align:center;line-height:40px}.designer_application_orderDetail .main22 .mod2 .group2 .word3[data-v-2ef033de],.designer_application_orderDetail .main22 .mod2 .group2 .word4[data-v-2ef033de]{width:120px;height:40px;color:#666;font-size:14px;text-align:center;line-height:40px}.designer_application_orderDetail .main22 .mod2 .group2 .word5[data-v-2ef033de]{width:140px;height:40px;color:#666;font-size:14px;text-align:center;line-height:40px}.designer_application_orderDetail .main22 .mod2 .group3[data-v-2ef033de]{height:53px;padding-left:10px}.designer_application_orderDetail .main22 .mod2 .group3 .word6[data-v-2ef033de]{width:56px;height:53px;display:block;color:#666;font-size:14px;text-align:center;line-height:53px}.designer_application_orderDetail .main22 .mod2 .group3 .txt2[data-v-2ef033de]{width:126px;height:53px;display:block;color:#666;font-size:14px;text-align:center;line-height:53px}.designer_application_orderDetail .main22 .mod2 .group3 .info1[data-v-2ef033de]{width:156px;height:53px;color:#666;font-size:14px;text-align:center;line-height:53px}.designer_application_orderDetail .main22 .mod2 .group3 .txt3[data-v-2ef033de],.designer_application_orderDetail .main22 .mod2 .group3 .word7[data-v-2ef033de]{width:120px;height:53px;color:#666;font-size:14px;line-height:53px;text-align:center}.designer_application_orderDetail .main22 .mod2 .group3 .txt3[data-v-2ef033de]{display:block}.designer_application_orderDetail .main22 .mod2 .group3 .bd2[data-v-2ef033de]{height:53px;border-radius:2px;border:none;background-color:#fff;width:140px;justify-content:center;align-items:center}.designer_application_orderDetail .main22 .mod2 .group3 .bd2 .word8[data-v-2ef033de]{width:95px;height:30px;display:block;color:var(--color_main);border:1px solid var(--color_main);font-size:14px;text-align:center;line-height:30px}.designer_application_orderDetail .outer3[data-v-2ef033de]{z-index:5;width:600px;height:1px;background:#f7f7f7;margin-top:72px}.designer_application_orderDetail .outer40[data-v-2ef033de]{z-index:auto;width:100%;height:34px;justify-content:center;margin:15px 0}.designer_application_orderDetail .outer40 .outer5[data-v-2ef033de]{height:34px;border-radius:2px;border:1px solid #d9d9d9;background-color:#fff;width:90px;justify-content:center;align-items:center;cursor:pointer;margin-right:20px}.designer_application_orderDetail .outer40 .outer5 .word4[data-v-2ef033de]{color:rgba(0,0,0,.65);font-size:14px;line-height:20px;text-align:center}.designer_application_orderDetail .outer40 .outer6[data-v-2ef033de]{height:34px;border-radius:2px;background-color:var(--color_main);width:90px;justify-content:center;align-items:center;border:none;cursor:pointer}.designer_application_orderDetail .outer40 .outer6 .word5[data-v-2ef033de]{color:#fff;font-size:14px;letter-spacing:-.3376470506px;line-height:20px;text-align:center}#popTable[data-v-2ef033de]{border-spacing:10px}#popTable .td_title[data-v-2ef033de]{text-align:right;font-size:14px;font-family:SourceHanSansCN-Regular,SourceHanSansCN;font-weight:400;color:#666}#popTable .tip[data-v-2ef033de]{color:#c0c4cc}#popTable .el-input[data-v-2ef033de]{width:338px}#popTable .el-input__inner[data-v-2ef033de]{width:338px;font-size:13px;padding-right:0;border-radius:2px;padding-bottom:1px}#popTable i[data-v-2ef033de]{color:var(--color_price);font-style:normal}#popTable .message[data-v-2ef033de]{font-size:12px;line-height:2;padding-top:4px;color:var(--color_price);font-family:Microsoft YaHei}#popTable td[data-v-2ef033de]{max-width:338px}#popTable td.title[data-v-2ef033de]{padding-top:9px}#popTable textarea[data-v-2ef033de]{resize:none;width:310px}.has-gutter{background:#f4f4f4!important}.el-table th,.el-table thead tr{background-color:#f4f4f4}.refuseDialog .el-dialog__header{display:none}.refuseDialog .el-dialog__body{padding:0}.specValue{color:#999}.orderCode,.specValue{font-size:12px}