#freight_estimation_app .shipping_country{display:flex;align-items:center;margin-bottom:8px}
#freight_estimation_app .shipping_country .s_display_area{margin-right:8px;display:flex;align-items:center}
#freight_estimation_app .shipping_country .s_display_area_title{margin-right:12px;font-size:14px;font-weight:700;line-height:16px}
#freight_estimation_app .shipping_country .s_display_area_country{text-decoration:none;font-size:14px;line-height:16px;font-weight:400}
#freight_estimation_app .delivery_method_info{font-size:14px;font-weight:400;line-height:16px}
#freight_estimation_app .delivery_method_info.has_ship_method .f_e_ship_name_price{display:flex;align-items:center;margin-bottom:4px;height:16px;font-size:14px;font-weight:700;color:#333;line-height:16px}
#freight_estimation_app .delivery_method_info.has_ship_method .f_e_ship_name_price .f_e_ship_name{margin-right:4px;width:auto;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
#freight_estimation_app .delivery_method_info.has_ship_method .f_e_ship_name_price .f_e_ship_price{max-width:80px;min-width:38px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
#freight_estimation_app .delivery_method_info.has_ship_method .f_e_ship_name_price .f_e_ship_price span+span{margin-left:4px}
#freight_estimation_app .delivery_method_info.has_ship_method .f_e_ship_desc{font-size:14px;font-weight:400;color:#333;line-height:16px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
#freight_estimation_app .delivery_method_info.no_ship_info{color:#989898}
.f_e_choose_country_dialog{max-width:460px;border-radius:6px;box-shadow:0 12px 48px 0 rgba(0,0,0,.03),0 9px 28px 0 rgba(0,0,0,.05),0 6px 16px 0 rgba(0,0,0,.08);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0}
.f_e_choose_country_dialog .el-dialog__header{padding:20px 24px;margin-right:0}
.f_e_choose_country_dialog .el-dialog__header .f_e_header{color:#333;font-size:16px;font-weight:600}
.f_e_choose_country_dialog .el-dialog__body{padding:15px 24px;border-top:1px solid #e9edf7;border-bottom:1px solid #e9edf7}
.f_e_choose_country_dialog .el-dialog__body .f_e_content .field_title{font-size:14px;font-weight:700;line-height:24px}
.f_e_choose_country_dialog .el-dialog__body .f_e_content .field_content{font-size:14px;font-weight:400;line-height:24px;flex:1}
.f_e_choose_country_dialog .el-dialog__body .f_e_content .field_content.is_table .ships_method_table.el-table .cell{width:100%;display:block;min-width:unset}
.f_e_choose_country_dialog .el-dialog__body .f_e_content .field_content.is_table .ships_method_table .el-table__empty-text{width:100%;border-radius:4px;background:#ffeed9;border:1px solid rgba(255,141,0,.2);padding:8px 10px;margin-top:6px;margin-bottom:6px}
.f_e_choose_country_dialog .el-dialog__body .f_e_content .field_content.is_table .ships_method_table .table_empty{line-height:24px;display:flex;align-items:flex-start;color:#ff8d00}
.f_e_choose_country_dialog .el-dialog__body .f_e_content .field_content.is_table .ships_method_table .empty_svg{transform:translateY(2px)}
.f_e_choose_country_dialog .el-dialog__body .f_e_content .field_content.is_table .ships_method_table .empty_info{margin-left:10px;font-size:12px;font-weight:400;line-height:14px;text-align:left}
.f_e_choose_country_dialog .el-dialog__body .f_e_content .field_content.is_select{display:flex;align-items:center}
.f_e_choose_country_dialog .el-dialog__body .f_e_content .field_content.is_select .f_e_sel+.f_e_sel{margin-left:6px}
.f_e_choose_country_dialog .el-dialog__body .f_e_content .one_line_layout{display:flex;align-items:center;margin-bottom:8px}
.f_e_choose_country_dialog .el-dialog__body .f_e_content .one_line_layout .field_title{width:74px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.f_e_choose_country_dialog .el-dialog__body .f_e_content .wrap_layout .field_title{margin-bottom:4px}
.f_e_choose_country_dialog .el-dialog__body .f_e_content .f_e_tips{margin-top:15px;font-size:12px;color:#979797}
.f_e_choose_country_dialog .el-dialog__body .f_e_content .f_e_tips .err{color:#f51d1d;margin-right:8px}
.f_e_choose_country_dialog .el-dialog__footer{padding:14px 24px}
.f_e_choose_country_dialog .el-dialog__footer .f_e_footer .f_e_btn{background-color:#000;border-color:#000;color:#fff;padding:12px 50px;height:auto}
.f_e_choose_country_dialog .el-dialog__footer .f_e_footer .f_e_btn.is-disabled{background-color:#ccc;border-color:#ccc;color:#fff}
@media screen and (max-width:768px){.f_e_choose_country_dialog{width:80%;min-width:335px}
}